Property Getters/Setters Summary | ||
---|---|---|
method | getColor() | |
Gets the sorted color. | ||
method | getIconId() | |
Represents the id of the icon set type. | ||
method | getIconSetType() | |
Represents the icon set type. The value of the property is IconSetType integer constant. | ||
method | getIndex() | |
Gets the sorted column index(absolute position, column A is 0, B is 1, ...). | ||
method | getOrder() | |
Indicates the order of sorting. The value of the property is SortOrder integer constant. | ||
method | getType() | |
Reprsents the type of sorting. The value of the property is SortOnType integer constant. |
Property Getters/Setters Detail |
---|
getOrder : int | |
int getOrder() |
getIndex : int | |
int getIndex() |
getType : int | |
int getType() |
getIconSetType : int | |
int getIconSetType() |
getIconId : int | |
int getIconId() |
getColor : Color | |
Color getColor() |