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
Boolean

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