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