Class DataSorterKey

DataSorterKey class

Represents the key of the data sorter.

public class DataSorterKey

Properties

NameDescription
Color { get; }Gets the sorted color.
IconId { get; }Represents the id of the icon set type.
IconSetType { get; }Represents the icon set type.
Index { get; }Gets the sorted column index(absolute position, column A is 0, B is 1, …).
Order { get; }Indicates the order of sorting.
Type { get; }Represents the type of sorting.

See Also