DataSorter.AddColorKey

DataSorter.AddColorKey method

Adds color sort key.

public void AddColorKey(int key, SortOnType type, SortOrder order, Color color)
ParameterTypeDescription
keyInt32The sorted column index(absolute position, column A is 0, B is 1, …)
typeSortOnTypeThe sorted color value type.
orderSortOrderThe sort order.
colorColorThe custom sort color.

See Also