FilterColumn
Contents
[
Hide
]FilterColumn class
Represents a filter for a single column. The Filter object is a member of the Filters collection
class FilterColumn;
Properties
Property | Type | Description |
---|---|---|
isDropdownVisible | boolean | Indicates whether the AutoFilter button for this column is visible. |
filter | VObject | Gets and sets the condition of filtering data. |
filterType | FilterType | Gets and sets the type fo filtering data. |
fieldIndex | number | Gets and sets the column offset in the range. |
isDropdownVisible
Indicates whether the AutoFilter button for this column is visible.
isDropdownVisible : boolean;
filter
Gets and sets the condition of filtering data.
filter : VObject;
filterType
Gets and sets the type fo filtering data.
filterType : FilterType;
fieldIndex
Gets and sets the column offset in the range.
fieldIndex : number;