Class FilterColumn

FilterColumn class

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

public class FilterColumn

Properties

NameDescription
FieldIndex { get; set; }Gets and sets the column offset in the range.
Filter { get; set; }Gets and sets the condition of filtering data.
FilterType { get; set; }Gets and sets the type fo filtering data.
IsDropdownVisible { get; set; }Indicates whether the AutoFilter button for this column is visible.

See Also