ig.excel.FontColorFilter
Represents a filter which will filter cells based on their font colors.
Remarks
This filter specifies a single color. Cells with this color font will be visible in the data range. All other cells will be hidden.
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.
-
fontColorInfo
- .fontColorInfo( );
- Return Type:
- ig.excel.WorkbookColorInfo
- Return Type Description:
- The WorkbookColorInfo which describes the color by which the cells should be filtered.
Gets the WorkbookColorInfo which describes the font color by which the cells should be filtered.
Exceptions
Exception Description ig.ArgumentNullException The value assigned is null. Remarks
Cells of this font color will be visible in the the data range. All other cells will be hidden.
-
fontColorInfo
- .fontColorInfo( value:ig.excel.WorkbookColorInfo );
- Return Type:
- ig.excel.WorkbookColorInfo
- Return Type Description:
- The WorkbookColorInfo which describes the color by which the cells should be filtered.
Sets the WorkbookColorInfo which describes the font color by which the cells should be filtered.
- value
- Type:ig.excel.WorkbookColorInfo
Exceptions
Exception Description ig.ArgumentNullException The value assigned is null. Remarks
Cells of this font color will be visible in the the data range. All other cells will be hidden.