Version

CellFormat Property (ConditionalFormatBase)

Returns an Infragistics.Documents.Excel.IWorksheetCellFormat interface implementation which represents the format for cells which meet the criteria associated with this condition.
Syntax
'Declaration
 
Public ReadOnly Property CellFormat As IWorksheetCellFormat
public IWorksheetCellFormat CellFormat {get;}
Remarks

The IWorksheetCellFormat implementation defines the visual attributes which are applied to cells whose value meets the associated condition.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also