Table of Contents

Class SortCondition

Namespace
OfficeOpenXml.Sorting
Assembly
EPPlus.dll

Represents a sort condition within a sort

public class SortCondition : XmlHelper
Inheritance
SortCondition
Inherited Members

Properties

CustomList

A custom list of strings that defines the sort order for this condition.

public string[] CustomList { get; set; }

Property Value

string[]

Descending

Sort direction of this condition. If false - ascending, if true - descending.

public bool Descending { get; set; }

Property Value

bool

Ref

Address of the range used by this condition.

public string Ref { get; set; }

Property Value

string