Parameters
- index
- Index of the column or row on which to sort
- ascending
- Whether the sort order is ascending
FarPoint.Web.Spread.SortInfo(0,true) si0; FarPoint.Web.Spread.SortInfo(1,true) si1; FarPoint.Web.Spread.SortInfo(){si0,si1};
Dim si0 As New FarPoint.Web.Spread.SortInfo(0,True) Dim si1 As New FarPoint.Web.Spread.SortInfo(1,True) Dim si() As FarPoint.Web.Spread.SortInfo=New FarPoint.Web.Spread.SortInfo(){si0,si1}