Version: 2021.1
言語: 日本語
public void SetSorting (int columnIndex, bool sortAscending);

パラメーター

columnIndex Column to sort.
sortAscending Sorting order for the column specified.

説明

Sets the primary sorting column and its sorting order.

This function sets the primary sorting column and its sorting order. It also triggers the sortingChanged event if the sorting state changes. You can set the columnIndex to -1 to clear the sort.

See Also: SetSortingColumns, sortedColumnIndex and IsSortedAscending.g.