Spread Windows Forms 8.0 Product Documentation
ComplexSortInfo Constructor(Int32,Boolean)


Index of the column or row on which to sort
Whether the sort order is ascending
Creates a SortInfo object with the specified order and comparison done using the system default comparer.
Syntax
'Declaration
 
Public Function New( _
   ByVal index As Integer, _
   ByVal ascending As Boolean _
)
'Usage
 
Dim index As Integer
Dim ascending As Boolean
 
Dim instance As New ComplexSortInfo(index, ascending)
public ComplexSortInfo( 
   int index,
   bool ascending
)

Parameters

index
Index of the column or row on which to sort
ascending
Whether the sort order is ascending
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

ComplexSortInfo Class
ComplexSortInfo Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.