DataSorterKey Class
DataSorterKey class
Represents the key of the data sorter.
type DataSorterKey struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetOrder | Indicates the order of sorting. |
| GetIndex | Gets the sorted column index(absolute position, column A is 0, B is 1, …). |
| GetType | Represents the type of sorting. |
| GetIconSetType | Represents the icon set type. |
| GetIconId | Represents the id of the icon set type. |
| GetColor | Gets the sorted color. |