ig.excel.IconFilter
Represents a filter which can filter cells based on their conditional formatting icon.
Remarks
This filter allows cells to be filtered in if their conditional formatting icon matches the criteria.
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.
-
iconIndex
- .iconIndex( );
Gets the icon set (read-only).
-
iconSet
- .iconSet( );
- Return Type:
- ig.excel.FormatConditionIconSet
- Return Type Description:
- Returns a FormatConditionIconSet.
Gets the icon's index in the associated icon set or null for 'NoCellIcon' (read-only).
See Also