'Declaration
Public Overloads Sub Sort( _ ByVal col As Integer, _ ByVal dir As SortDirEnum _ )
public void Sort( int col, SortDirEnum dir )
Parameters
- col
- The column number identifying the column to sort.
- dir
- The sort direction.
'Declaration
Public Overloads Sub Sort( _ ByVal col As Integer, _ ByVal dir As SortDirEnum _ )
public void Sort( int col, SortDirEnum dir )