Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ComplexSortInfo Class / ComplexSortInfo Constructor / ComplexSortInfo Constructor(Int32,ConditionalFormattingIconSetIndex,Boolean)
Index of the column or row on which to sort
Base icon to compare
Whether the sort order is Top sort


In This Topic
ComplexSortInfo Constructor(Int32,ConditionalFormattingIconSetIndex,Boolean)
In This Topic
Creates a ComplexSortInfo object with a specified order and comparison done by spread default icon comparer.
Syntax
'Declaration
 
Public Function New( _
   ByVal index As Integer, _
   ByVal icon As ConditionalFormattingIconSetIndex, _
   ByVal ascending As Boolean _
)
 
'Usage
 
Dim index As Integer
Dim icon As ConditionalFormattingIconSetIndex
Dim ascending As Boolean
 
Dim instance As New ComplexSortInfo(index, icon, ascending)

Parameters

index
Index of the column or row on which to sort
icon
Base icon to compare
ascending
Whether the sort order is Top sort
See Also