DataSorterKey Class

DataSorterKey class

Represents the key of the data sorter.


type DataSorterKey struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetOrderIndicates the order of sorting.
GetIndexGets the sorted column index(absolute position, column A is 0, B is 1, …).
GetTypeRepresents the type of sorting.
GetIconSetTypeRepresents the icon set type.
GetIconIdRepresents the id of the icon set type.
GetColorGets the sorted color.