[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ValueSortField

Class ValueSortField

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the sort by value field.

public class ValueSortField : SortFieldBase, IValueSortField, ISortField
Inheritance
object
ValueSortField
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

ValueSortField(IRange, SortOrder)

Specifies the normal construct method.

public ValueSortField(IRange key, SortOrder order = SortOrder.Ascending)

Parameters

key IRange

The column index.

order SortOrder

The sort order.

ValueSortField(IRange, string)

Specifies the custom sort construct method.

public ValueSortField(IRange key, string customValues)

Parameters

key IRange

the column index

customValues string

custom list string

Properties

CustomValues

Specifies the custom sort list string.

public string CustomValues { get; set; }

Property Value

string

DataOption

Specifies the data option of the sort field.

public SortDataOption DataOption { get; set; }

Property Value

SortDataOption

Order

Specifies the sort order.

public SortOrder Order { get; set; }

Property Value

SortOrder

SortOn

Specifies the sort type.

public override SortOnType SortOn { get; }

Property Value

SortOnType