Show / Hide Table of Contents

Class SortCondition

Represents a sort condition within a sort

Inheritance
object
XmlHelper
SortCondition
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX