v5.0
Sorts the column.
GridWidget.SortColumn( Int32 in_Column, Boolean in_bAscending ); |
GridWidget.SortColumn( ColumnIndex, Ascending ); |
Parameter | Type | Description |
---|---|---|
ColumnIndex | Long or String | Index of the Column. The left-most column has index 0. |
Ascending | Boolean | True for ascending sorting. |