FilterColumn
Contents
[
Hide
]FilterColumn class
Represents a filter for a single column. The Filter object is a member of the Filters collection
class FilterColumn;
Methods
Method | Description |
---|---|
isDropdownVisible() | Indicates whether the AutoFilter button for this column is visible. |
setIsDropdownVisible(boolean) | Indicates whether the AutoFilter button for this column is visible. |
getFilter() | Gets and sets the condition of filtering data. |
setFilter(object) | Gets and sets the condition of filtering data. |
getFilterType() | Gets and sets the type fo filtering data. |
setFilterType(FilterType) | Gets and sets the type fo filtering data. |
getFieldIndex() | Gets and sets the column offset in the range. |
setFieldIndex(number) | Gets and sets the column offset in the range. |
isNull() | Checks whether the implementation object is null. |
isDropdownVisible()
Indicates whether the AutoFilter button for this column is visible.
isDropdownVisible() : boolean;
setIsDropdownVisible(boolean)
Indicates whether the AutoFilter button for this column is visible.
setIsDropdownVisible(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getFilter()
Gets and sets the condition of filtering data.
getFilter() : object;
setFilter(object)
Gets and sets the condition of filtering data.
setFilter(value: object) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | object | The value to set. |
getFilterType()
Gets and sets the type fo filtering data.
getFilterType() : FilterType;
Returns
setFilterType(FilterType)
Gets and sets the type fo filtering data.
setFilterType(value: FilterType) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | FilterType | The value to set. |
getFieldIndex()
Gets and sets the column offset in the range.
getFieldIndex() : number;
setFieldIndex(number)
Gets and sets the column offset in the range.
setFieldIndex(value: number) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | number | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;