Show / Hide Table of Contents

Class SortCondition

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

Constructors

SortCondition(SortState)

Declaration
public SortCondition(SortState parent)
Parameters
Type Name Description
SortState parent

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

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

Reference

Declaration
public string Reference { get; set; }
Property Value
Type Description
System.String

SortBy

Declaration
public SortBy SortBy { get; set; }
Property Value
Type Description
SortBy
Back to top Generated by DocFX