AutoFilterSortState

AutoFilterSortState

Overview

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

Represents auto filter sort state.

This class provides 1 method for working with AutoFilterSortState 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: CaseSensitive, ColumnSort, Ref, SortConditions, SortMethod.

Properties

NameTypeAccessDescription
ColumnSortboolRead/WriteGets or sets the column sort.
CaseSensitiveboolRead/WriteGets or sets the case sensitive.
SortMethodstringRead/WriteGets or sets the sort method.
RefstringRead/WriteGets or sets the ref.
SortConditionsAutoFilterSortConditionCollectionReadGets the sort conditions.

Methods

SignatureDescription
Clear()Clears the current state.

See Also