FilterColumn Class

FilterColumn class

Represents a filter for a single column.


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.
GetMultipleFiltersGets Aspose.Cells.MultipleFilterCollection for filtering data by labels or date time.
SetMultipleFiltersGets Aspose.Cells.MultipleFilterCollection for filtering data by labels or date time.
GetCustomFiltersGets Aspose.Cells.CustomFilterCollection for filtering data by custom criteria.
SetCustomFiltersGets Aspose.Cells.CustomFilterCollection for filtering data by custom criteria.
GetColorFilterGets Aspose.Cells.ColorFilter for filtering data by color.
GetDynamicFilterGets Aspose.Cells.DynamicFilter for filtering with dynamic criteria.
GetIconFilterGets Aspose.Cells.IconFilter for filtering data by icon.
GetTop10FilterGets Aspose.Cells.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.