[]
Performs a table sort using a complex table sort information setting.
public void Sort(ComplexSortInfo[] tblsSortInfo)
Public Sub Sort(tblsSortInfo As ComplexSortInfo())
Type | Name | Description |
---|---|---|
ComplexSortInfo[] | tblsSortInfo | An array of ComplexSortInfo objects. |
It ignores the IComparer that is part of the ComplexSortInfo object.
Sorts the table again using the current table complex sort information setting.
public void Sort()
Public Sub Sort()