Sorts the grid or matrix based on this column.
| Visual Basic |
|---|
Public Sub Sort( _ ByVal sortType As BoGridSortType _ ) |
| Value | Description |
|---|---|
| gst_Descending | Descending sort order |
| gst_Ascending | Ascending sort order |
An error occurs if the Sortable property is false.
An error occurs if the grid is in the expanded state.
| Sorting a matrix (Visual Basic) | ||
|---|---|---|
| ||
| Sorting a grid (Visual Basic) | ||
|---|---|---|
| ||