Class SortCondition
Represents a sort condition within a sort
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 SortCondition : XmlHelper
  Constructors
SortCondition(XmlNamespaceManager, XmlNode)
Declaration
public SortCondition(XmlNamespaceManager nameSpaceManager, XmlNode topNode)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Xml.XmlNamespaceManager | nameSpaceManager | |
| System.Xml.XmlNode | topNode | 
Properties
CustomList
A custom list of strings that defines the sort order for this condition.
Declaration
public string[] CustomList { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String[] | 
Descending
Sort direction of this condition. If false - ascending, if true - descending.
Declaration
public bool Descending { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Ref
Address of the range used by this condition.
Declaration
public string Ref { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |