FilterColumn Class

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

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.
GetFilterGets and sets the condition of filtering data.
SetFilterGets and sets the condition of filtering data.
GetFilterTypeGets and sets the type fo filtering data.
SetFilterTypeGets and sets the type fo filtering data.
GetFieldIndexGets and sets the column offset in the range.
SetFieldIndexGets and sets the column offset in the range.