Spread Windows Forms 12.0 Product Documentation
SortArgs Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SortArgs Class : SortArgs Constructor
The index of the column or row on which to sort
The type that is sorted.
The sort order is ascending
The base icon to compare
The base color to compare
Creates a new object with the SortArgs.
Syntax
'Declaration
 
Public Function New( _
   ByVal index As Integer, _
   ByVal sortBy As SortBy, _
   ByVal ascending As Boolean, _
   ByVal icon As ConditionalFormattingIcon, _
   ByVal color As Color _
)
'Usage
 
Dim index As Integer
Dim sortBy As SortBy
Dim ascending As Boolean
Dim icon As ConditionalFormattingIcon
Dim color As Color
 
Dim instance As New SortArgs(index, sortBy, ascending, icon, color)
public SortArgs( 
   int index,
   SortBy sortBy,
   bool ascending,
   ConditionalFormattingIcon icon,
   Color color
)

Parameters

index
The index of the column or row on which to sort
sortBy
The type that is sorted.
ascending
The sort order is ascending
icon
The base icon to compare
color
The base color to compare
See Also

Reference

SortArgs Class
SortArgs Members