AutoFilterTop10

AutoFilterTop10

Overview

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

Represents auto filter top10.

This class provides 1 method for working with AutoFilterTop10 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: Enabled, FilterValue, Percent, Top, Value.

Properties

NameTypeAccessDescription
EnabledboolRead/WriteGets or sets the enabled.
TopboolRead/WriteGets or sets the top.
PercentboolRead/WriteGets or sets the percent.
Valuedouble?Read/WriteGets or sets the value.
FilterValuedouble?Read/WriteGets or sets the filter value.

Methods

SignatureDescription
Clear()Clears the current state.

See Also