Class SortState
Inheritance
System.Object
SortState
Assembly: DRIT.Spreadsheet.dll
Syntax
public class SortState : object
Constructors
SortState()
Declaration
SortState(Range)
Declaration
public SortState(Range range)
Parameters
Type |
Name |
Description |
Range |
range |
|
Properties
ColumnSort
Declaration
public bool ColumnSort { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCaseSensitive
Declaration
public bool IsCaseSensitive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Range
Declaration
public Range Range { get; set; }
Property Value
Reference
Declaration
public string Reference { get; set; }
Property Value
Type |
Description |
System.String |
|
SortByColumn
Declaration
public bool SortByColumn { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SortConditions
Declaration
public ObservableCollection<SortCondition> SortConditions { get; }
Property Value
SortMethod
Declaration
public SortMethod SortMethod { get; set; }
Property Value
Methods
Sort()
Declaration