Class SortCondition
Represents a sort condition within a sort
Inherited Members
Namespace: OfficeOpenXml.Sorting
Assembly: EPPlus.dll
Syntax
public class SortCondition : XmlHelper
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 |
|---|---|
| string[] |
Descending
Sort direction of this condition. If false - ascending, if true - descending.
Declaration
public bool Descending { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Ref
Address of the range used by this condition.
Declaration
public string Ref { get; set; }
Property Value
| Type | Description |
|---|---|
| string |