Class SortConditionCollection
A collection of SortConditions.
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()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<SortCondition> GetEnumerator()
  Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerator<SortCondition> | An enumerator that can be used to iterate through the collection.  | 
      
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
IEnumerator IEnumerable.GetEnumerator()
  Returns
| Type | Description | 
|---|---|
| System.Collections.IEnumerator | An enumerator that can be used to iterate through the collection.  | 
      
Implements
      System.Collections.Generic.IEnumerable<T>
  
  
      System.Collections.IEnumerable