[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TableView.Sort

Sort Method

Sort(ComplexSortInfo[])

Performs a table sort using a complex table sort information setting.

Declaration
public void Sort(ComplexSortInfo[] tblsSortInfo)
Public Sub Sort(tblsSortInfo As ComplexSortInfo())
Parameters
Type Name Description
ComplexSortInfo[] tblsSortInfo

An array of ComplexSortInfo objects.

Remarks

It ignores the IComparer that is part of the ComplexSortInfo object.

Sort()

Sorts the table again using the current table complex sort information setting.

Declaration
public void Sort()
Public Sub Sort()