SortColumn module

class SortColumn.SortColumn

Bases: SpireObject, ISortColumn

property Color: Color
<summary>

Represents the color to sort. Throws exception when SortOn type is Values.

</summary>

property ComparsionType: SortComparsionType
<summary>

Represents the sort by in the range.

</summary>

property CustomSortOrder: List[str]
<summary>

Represents the custom sort order data.

</summary>

property Key: int
<summary>

Represents the column to be sorted on.

</summary>

property Order: OrderBy
<summary>

Represents the sort order.

</summary>

SetLevel(level: int)