FilterColumnCollection
Overview
FilterColumnCollection is a class in Aspose.Cells for NET.
Inherits from: IEnumerable<FilterColumn>.
FilterColumnCollection.Add adds a filter column for the specified column index.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of filter columns in the collection |
Methods
| Signature | Description |
|---|---|
Add(columnIndex: int) | Adds a filter column for the specified column index |
RemoveAt(index: int) | Removes the filter column at the given collection index |
Clear() | Removes all filter columns from the collection |
GetEnumerator() | Returns an enumerator for iterating the filter columns |