FilterColumn Class
Contents
[
Hide
]FilterColumn class
Represents a filter for a single column.
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. |
| GetMultipleFilters | Gets Aspose.Cells.MultipleFilterCollection for filtering data by labels or date time. |
| SetMultipleFilters | Gets Aspose.Cells.MultipleFilterCollection for filtering data by labels or date time. |
| GetCustomFilters | Gets Aspose.Cells.CustomFilterCollection for filtering data by custom criteria. |
| SetCustomFilters | Gets Aspose.Cells.CustomFilterCollection for filtering data by custom criteria. |
| GetColorFilter | Gets Aspose.Cells.ColorFilter for filtering data by color. |
| GetDynamicFilter | Gets Aspose.Cells.DynamicFilter for filtering with dynamic criteria. |
| GetIconFilter | Gets Aspose.Cells.IconFilter for filtering data by icon. |
| GetTop10Filter | Gets Aspose.Cells.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. |