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


Index of the column or row on which to sort
Base icon to compare
Whether the sort order is Top sort
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 ConditionalFormattingIcon, _
   ByVal ascending As Boolean _
)
'Usage
 
Dim index As Integer
Dim icon As ConditionalFormattingIcon
Dim ascending As Boolean
 
Dim instance As New ComplexSortInfo(index, icon, ascending)
public ComplexSortInfo( 
   int index,
   ConditionalFormattingIcon icon,
   bool 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
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.