ig.excel.ConditionalFormatBase
Abstract base class for classes which control
the visual attributes of a WorksheetCell,
based on whether the cell's value meets a logical condition.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_core.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
ig.excel.ConditionalFormatBase
Constructor- new $.ig.excel.ConditionalFormatBase( );
For internal use only
-
cellFormat
- .cellFormat( );
- Return Type:
- ig.excel.IWorksheetCellFormat
- Return Type Description:
- Returns a IWorksheetCellFormat.
Returns an IWorksheetCellFormat interface implementation which represents the format for cells which meet the criteria associated with this condition.
Remarks
The IWorksheetCellFormat implementation defines the visual attributes which are applied to cells whose value meets the associated condition.
See Also