constructor(owner: FlexSheet): SortManager
SortManagerクラスの新しいインスタンスを初期化します。
addSortLevel(columnIndex?: number, ascending?: boolean): void
ソート記述に空白のソートレベルを追加します。
The index of the column in the FlexSheet control.
The sort order for the sort level.
cancelSort(): void
FlexSheetコントロールに対して現在のソート記述をキャンセルします。
checkSortItemExists(columnIndex): number
特定の列のソート項目が存在するかどうかをチェックします。
The index of the column in the FlexSheet control.
clearSort(): void
ソート記述をクリアします。
commitSort(undoable?: boolean): void
現在のソート記述をFlexSheetコントロールにコミットします。
The boolean value indicating whether the commit sort action is undoable.
copySortLevel(): void
ソート記述に現在のソートレベルのコピーを追加します。
deleteSortLevel(columnIndex?: number): void
ソート記述から現在のソートレベルを削除します。
The index of the column in the FlexSheet control.
FlexSheet で選択されているSheet のソートを管理します。