AutoFilterSortConditionCollection

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

NameTypeAccessDescription
CountintReadGets the number of sort conditions in the collection

Methods

SignatureDescription
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