FlexSheet の列のソート基準を記述します。
constructor(columnIndex: number, ascending: boolean): ColumnSortDescription
ColumnSortDescriptionクラスの新しいインスタンスを初期化します。
Indicates which column to sort the rows by.
The sort order.
ソート順序を昇順にするかどうかを取得または設定します。
列インデックスを取得または設定します。
clone(): ColumnSortDescription
ColumnSortDescriptionのコピーを作成します。
FlexSheet の列のソート基準を記述します。