FilterColumn Class
Contents
[
Hide
]FilterColumn class
Represents a filter for a single column or a column in the table.
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. |
| GetFilterType | Gets and sets the type fo filtering data. |
| SetFilterType | Gets and sets the type fo filtering data. |
| GetFilterValues | Gets Aspose.Cells.FilterValueCollection for filtering data by labels or date time. |
| GetCustomFilters | Gets CustomFilterCollection for filtering data by custom criteria. |
| SetCustomFilters | Gets CustomFilterCollection for filtering data by custom criteria. |
| GetColorFilter | Gets Aspose.Cells.ColorFilter for filtering data by color. |
| GetDynamicFilter | Gets DynamicFilter for filtering with dynamic criteria. |
| GetIconFilter | Gets IconFilter for filtering data by icon. |
| GetTop10Filter | Gets Top10Filter for filtering data by rank of data. |
| GetFieldIndex | Gets and sets the column offset in the range. |
| SetFieldIndex | Gets and sets the column offset in the range. |
| SelectAll | Selects all. |