AutoFilterSortConditionCollection
Overview
AutoFilterSortConditionCollection is a class in Aspose.Cells for NET.
Inherits from: IEnumerable<AutoFilterSortCondition>.
AutoFilterSortConditionCollection.Add adds a new sort condition identified by the given reference string.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of sort conditions in the collection |
Methods
| Signature | Description |
|---|---|
Add(reference: string) | Adds a new sort condition identified by the given reference string |
RemoveAt(index: int) | Removes the sort condition at the given zero‑based index |
Clear() | Removes all sort conditions from the collection |
GetEnumerator() | Returns an enumerator to iterate over the sort conditions |