'Declaration
Overloads Sub Sort( _ ByVal columnIndex As Integer, _ ByVal direction As SortDirection _ )
void Sort( int columnIndex, SortDirection direction )
Parameters
- columnIndex
- Column index to sort on.
- direction
- SortDirection value that specifies the sort direction.