Spread Windows Forms 10.0 Product Documentation
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
Requirements

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

See Also

Reference

SortArgs Class
SortArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.