Version: 2021.3
언어: 한국어
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.