Show / Hide Table of Contents

Class SortState

Inheritance
System.Object
SortState
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class SortState : object

Constructors

SortState()

Declaration
public SortState()

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
Type Description
Range

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
Type Description
ObservableCollection<SortCondition>

SortMethod

Declaration
public SortMethod SortMethod { get; set; }
Property Value
Type Description
SortMethod

Methods

Sort()

Declaration
public void Sort()
Back to top Generated by DocFX