Show / Hide Table of Contents

Class SortConditionCollection

A collection of SortConditions.

Inheritance
System.Object
XmlHelper
SortConditionCollection
Implements
System.Collections.Generic.IEnumerable<SortCondition>
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Sorting
Assembly: EPPlus.dll
Syntax
public class SortConditionCollection : XmlHelper, IEnumerable<SortCondition>, IEnumerable

Methods

GetEnumerator()

Declaration
public IEnumerator<SortCondition> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<SortCondition>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Back to top Generated by DocFX