[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.SortFieldInfo

SortFieldInfo Class

Represent an object contains all the sort information.

Inheritance
SortFieldInfo
Namespace: GrapeCity.Wpf.SpreadSheet
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
public sealed class SortFieldInfo
Public NotInheritable Class SortFieldInfo

Constructors

Name Description
SortFieldInfo()

Initializes a new instance of the SortFieldInfo class.

SortFieldInfo(IWorksheet, int)

Properties

Name Description
DataOption

Gets or sets the data option indicating how to sort text in the range specified in SortField object.

Key

Gets the range that is currently being sorted on.

Order

Gets or sets the sort order for the values specified in the key.

SortOn

Gets or sets what attribute of the cell to sort on.

SortOnValue

Gets the value on which the sort is performed for the specified ISortField object.