FilterColumn

FilterColumn class

Represents a filter for a single column. The Filter object is a member of the Filters collection

class FilterColumn;

Properties

PropertyTypeDescription
isDropdownVisiblebooleanIndicates whether the AutoFilter button for this column is visible.
filterVObjectGets and sets the condition of filtering data.
filterTypeFilterTypeGets and sets the type fo filtering data.
fieldIndexnumberGets 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;