|
virtual |
Sorts the grid control.
Use this function to immediately sort the grid control by the specified column in the specified order.
If bAdd is set to TRUE, iColumn is added to the current list of sort columns. In this case the grid control should be in multiple sort mode (call on EnableMultipleSort()).
bAscending | Specifies the sort order |
bAdd | Specifies whether the specified column should be added to the current list of sort columns |
nColumn | Specifies the column to sort. |
Reimplemented in CBCGPDBGridCtrl.