aspose.cells
Class DataSorterKey

Represents the key of the data sorter.

Property Getters/Setters Summary
functiongetColor()
           Gets the sorted color.
functiongetIconId()
           Represents the id of the icon set type.
functiongetIconSetType()
           Represents the icon set type. The value of the property is IconSetType integer constant.
functiongetIndex()
           Gets the sorted column index.
functiongetOrder()
           Indicates the order of sorting. The value of the property is SortOrder integer constant.
functiongetType()
           Reprsents the type of sorting. The value of the property is SortOnType integer constant.
 

Property Getters/Setters Detail

getOrder : Number 

function getOrder()
Indicates the order of sorting. The value of the property is SortOrder integer constant.

getIndex : Number 

function getIndex()
Gets the sorted column index.

getType : Number 

function getType()
Reprsents the type of sorting. The value of the property is SortOnType integer constant.

getIconSetType : Number 

function getIconSetType()
Represents the icon set type. The value of the property is IconSetType integer constant. Only effects when SortOnType is SortOnType.Icon.

getIconId : Number 

function getIconId()
Represents the id of the icon set type. Only effects when SortOnType is SortOnType.Icon.

getColor : Color 

function getColor()
Gets the sorted color. Only effects when SortOnType is SortOnType.CellColor or SortOnType.FontColor.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.