FilterColumn Class
Contents
[
Hide
]FilterColumn class
Represents a filter for a single column. The Filter object is a member of the Filters collection
type FilterColumn struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| IsDropdownVisible | Indicates whether the AutoFilter button for this column is visible. |
| SetIsDropdownVisible | Indicates whether the AutoFilter button for this column is visible. |
| GetFilter | Gets and sets the condition of filtering data. |
| SetFilter | Gets and sets the condition of filtering data. |
| GetFilterType | Gets and sets the type fo filtering data. |
| SetFilterType | Gets and sets the type fo filtering data. |
| GetFieldIndex | Gets and sets the column offset in the range. |
| SetFieldIndex | Gets and sets the column offset in the range. |