AutoFilter

Overview

AutoFilter is a class in Aspose.Cells FOSS for .NET.

Represents auto filter.

This class provides 1 method for working with AutoFilter objects in Go programs. Available methods include: Clear. All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go. Properties: FilterColumns, Range, SortState.

Properties

NameTypeAccessDescription
RangestringRead/WriteGets or sets the range.
FilterColumnsFilterColumnCollectionReadGets the filter columns.
SortStateAutoFilterSortStateReadGets the sort state.

Methods

SignatureDescription
Clear()Clears the current state.

See Also