Class SortCondition
Inheritance
System.Object
SortCondition
Assembly: DRIT.Spreadsheet.dll
Syntax
public class SortCondition : object
Constructors
SortCondition(SortState)
Declaration
public SortCondition(SortState parent)
Parameters
Fields
DefaultDescending
Declaration
public const bool DefaultDescending = null
Field Value
Type |
Description |
System.Boolean |
|
Properties
CustomList
Declaration
public string CustomList { get; set; }
Property Value
Type |
Description |
System.String |
|
Descending
Declaration
public bool Descending { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DxfId
Declaration
public int? DxfId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IconId
Declaration
public int? IconId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IconSet
Declaration
public IconSetType IconSet { get; set; }
Property Value
Index
Declaration
public int Index { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Label
Declaration
public string Label { get; }
Property Value
Type |
Description |
System.String |
|
Parent
Declaration
public SortState Parent { get; }
Property Value
Reference
Declaration
public string Reference { get; set; }
Property Value
Type |
Description |
System.String |
|
SortBy
Declaration
public SortBy SortBy { get; set; }
Property Value