Describes a FlexSheet column sorting criterion.
constructor(columnIndex: number, ascending: boolean): ColumnSortDescription
Initializes a new instance of the ColumnSortDescription class.
Indicates which column to sort the rows by.
The sort order.
Gets or sets the ascending.
Gets or sets the column index.
clone(): ColumnSortDescription
Creates a copy of the ColumnSortDescription.
Describes a FlexSheet column sorting criterion.