Class SortConditionCollection
A collection of SortConditions.
Inherited Members
Namespace: OfficeOpenXml.Sorting
Assembly: EPPlus.dll
Syntax
public class SortConditionCollection : XmlHelper, IEnumerable<SortCondition>, IEnumerable
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<SortCondition> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<SortCondition> | An enumerator that can be used to iterate through the collection. |