AutoFilterSortConditionCollection
Overview
AutoFilterSortConditionCollection is a class in Aspose.Cells FOSS for .NET.
Inherits from: IEnumerable<AutoFilterSortCondition>.
Represents a collection of auto filter sort condition objects.
This class provides 4 methods for working with AutoFilterSortConditionCollection objects in .NET programs.
Available methods include: Add, Clear, GetEnumerator, RemoveAt.
All exported members are accessible to any .NET application after installing the Aspose.Cells FOSS for .NET package.
Properties: Count.
Description
AutoFilterSortConditionCollection is a class in the Aspose.Cells FOSS library for .NET that exposes 4 methods and 1 property for programmatic use. It extends IEnumerable<AutoFilterSortCondition>, inheriting shared functionality from its parent type.
The class also provides the Count property (gets the count).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the count. |
Methods
| Signature | Description |
|---|---|
Add(reference: 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. |