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