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.
Copyright © GrapeCity, inc. All rights reserved.
Describes a FlexSheet column sorting criterion.