Show / Hide Table of Contents

Class SortConditionCollection

A collection of SortConditions.

Inheritance
object
XmlHelper
SortConditionCollection
Implements
IEnumerable<SortCondition>
IEnumerable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

Implements

IEnumerable<T>
IEnumerable
In this article
Back to top Generated by DocFX