Table of Contents

Class SortConditionCollection

Namespace
OfficeOpenXml.Sorting
Assembly
EPPlus.dll

A collection of SortConditions.

public class SortConditionCollection : XmlHelper, IEnumerable<SortCondition>, IEnumerable
Inheritance
SortConditionCollection
Implements
Inherited Members

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<SortCondition> GetEnumerator()

Returns

IEnumerator<SortCondition>

An enumerator that can be used to iterate through the collection.