ig.excel.CellConditionalFormat
Represents the aggregated conditioal format for a specific cell. It is returned via the Worksheet.GetCellConditionalFormat and the WorksheetRow.GetCellConditionalFormat methods.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
cellFormat
- .cellFormat( );
- Return Type:
- ig.excel.IWorksheetCellFormat
- Return Type Description:
- Returns a IWorksheetCellFormat.
Returns a cell format that represents the aggregated format for all conditional formats that apply to the cell (read-only).
See Also
-
dataBarInfo
- .dataBarInfo( );
- Return Type:
- ig.excel.CellDataBarInfo
- Return Type Description:
- Returns a CellDataBarInfo.
Returns a data bar info if applicable, otherwise null (read-only).
See Also
-
hasConditionFormatting
- .hasConditionFormatting( );
Returns whether this cell has conditional formatting applied (read-only)
-
iconInfo
- .iconInfo( );
- Return Type:
- ig.excel.CellIconInfo
- Return Type Description:
- Returns a CellIconInfo.
Returns an icon info if applicable, otherwise null (read-only).
See Also