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