DataSorterKeyCollection

DataSorterKeyCollection class

Represents the key list of data sorter.

class DataSorterKeyCollection;

Constructors

NameDescription
constructor()Default Constructor.

Methods

MethodDescription
get(number)Gets and sets DataSorterKey by index.

constructor()

Default Constructor.

constructor();

get(number)

Gets and sets DataSorterKey by index.

get(index: number) : DataSorterKey;

Parameters:

ParameterTypeDescription
indexnumberThe index.

Returns

DataSorterKey