asposecells.api
Class DataSorterKey

Represents the key of the data sorter.

Property Getters/Setters Summary
methodgetColor()
           Gets the sorted color.
methodgetIconId()
           Represents the id of the icon set type.
methodgetIconSetType()
           Represents the icon set type. The value of the property is IconSetType integer constant.
methodgetIndex()
           Gets the sorted column index(absolute position, column A is 0, B is 1, ...).
methodgetOrder()
           Indicates the order of sorting. The value of the property is SortOrder integer constant.
methodgetType()
           Reprsents the type of sorting. The value of the property is SortOnType integer constant.
 

Property Getters/Setters Detail

getOrder : int 

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

getIndex : int 

int getIndex()
Gets the sorted column index(absolute position, column A is 0, B is 1, ...).

getType : int 

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

getIconSetType : int 

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

getIconId : int 

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

getColor : Color 

Color 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.