FilterColumn

Overview

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

Represents filter column.

This class provides 1 method for working with FilterColumn 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: ColorFilter, ColumnIndex, CustomFilters, DynamicFilter, Filters, HiddenButton, and 1 more.

Properties

NameTypeAccessDescription
ColumnIndexintReadGets the column index.
HiddenButtonboolRead/WriteGets or sets the hidden button.
FiltersFilterValueCollectionReadGets the filters.
CustomFiltersAutoFilterCustomFilterCollectionReadGets the custom filters.
ColorFilterAutoFilterColorFilterReadGets the color filter.
DynamicFilterAutoFilterDynamicFilterReadGets the dynamic filter.
Top10AutoFilterTop10ReadGets the top10.

Methods

SignatureDescription
Clear()Clears the current state.

See Also