AutoFilter Class

AutoFilter class

Represents autofiltering for the specified worksheet.


type AutoFilter struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetSorterGets the data sorter.
SetRange_Int_Int_IntSets the range to which the specified AutoFilter applies.
GetCellAreaGets the where the specified AutoFilter applies to.
GetRangeRepresents the range to which the specified AutoFilter applies.
SetRange_StringRepresents the range to which the specified AutoFilter applies.
AddFilterAdds a filter for a filter column.
AddDateFilterAdds a date filter.
RemoveDateFilterRemoves a date filter.
RemoveFilter_Int_StringRemoves a filter for a filter column.
FilterFilters a list with specified criteria.
FilterTop10Filter the top 10 item in the list
Dynamic_FilterAdds a dynamic filter.
AddFontColorFilterAdds a font color filter.
AddFillColorFilterAdds a fill color filter.
AddIconFilterAdds an icon filter.
MatchBlanksMatch all blank cell in the list.
MatchNonBlanksMatch all not blank cell in the list.
Custom_Int_FilterOperatorType_ObjectFilters a list with a custom criteria.
Custom_Int_FilterOperatorType_Object_Bool_FilterOperatorType_ObjectFilters a list with custom criteria.
ShowAllUnhide all rows.
RemoveFilter_IntRemove the specific filter.
GetShowFilterButtonIndicates whether the AutoFilter button for this column is visible.
SetShowFilterButtonIndicates whether the AutoFilter button for this column is visible.
GetFilterColumnsGets the collection of the filter columns.