FilterColumn Class

FilterColumn class

Represents a filter for a single column or a column in the table.


type FilterColumn struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
IsDropdownVisibleIndicates whether the AutoFilter button for this column is visible.
SetIsDropdownVisibleIndicates whether the AutoFilter button for this column is visible.
GetFilterTypeGets and sets the type fo filtering data.
SetFilterTypeGets and sets the type fo filtering data.
GetFilterValuesGets Aspose.Cells.FilterValueCollection for filtering data by labels or date time.
GetCustomFiltersGets CustomFilterCollection for filtering data by custom criteria.
SetCustomFiltersGets CustomFilterCollection for filtering data by custom criteria.
GetColorFilterGets Aspose.Cells.ColorFilter for filtering data by color.
GetDynamicFilterGets DynamicFilter for filtering with dynamic criteria.
GetIconFilterGets IconFilter for filtering data by icon.
GetTop10FilterGets Top10Filter for filtering data by rank of data.
GetFieldIndexGets and sets the column offset in the range.
SetFieldIndexGets and sets the column offset in the range.
SelectAllSelects all.