Sorts the items in the list according to SortColumn and SortOrder.
| C# | Visual Basic | Visual C++ |
public void Sort()
Public Sub Sort
public: void Sort()
Usually sorting is done automatically so that calling this method is unnecessary.
| C# | Visual Basic | Visual C++ |
public void Sort()
Public Sub Sort
public: void Sort()