AutoFilterCustomFilterCollection
Overview
AutoFilterCustomFilterCollection is a class in Aspose.Cells FOSS for .NET.
Inherits from: IEnumerable<AutoFilterCustomFilter>.
Represents a collection of auto filter custom filter objects.
This class provides 4 methods for working with AutoFilterCustomFilterCollection objects in Go programs.
Available methods include: Add, Clear, GetEnumerator, RemoveAt.
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: Count, MatchAll.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
MatchAll | bool | Read/Write | Gets or sets the match all. |
Count | int | Read | Gets the count. |
Methods
| Signature | Description |
|---|---|
Add(operatorType: FilterOperatorType, value: string) | The zero-based index of the added item. |
RemoveAt(index: int) | The zero-based index. |
Clear() | Clears the current state. |
GetEnumerator() | An enumerator that can be used to iterate through the collection. |