AutoFilterDynamicFilter

AutoFilterDynamicFilter

Overview

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

Represents auto filter dynamic filter.

This class provides 1 method for working with AutoFilterDynamicFilter 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, MaxValue, Type, Value.

Properties

NameTypeAccessDescription
EnabledboolRead/WriteGets or sets the enabled.
TypestringRead/WriteGets or sets the type.
Valuedouble?Read/WriteGets or sets the value.
MaxValuedouble?Read/WriteGets or sets the max value.

Methods

SignatureDescription
Clear()Clears the current state.

See Also