Spread Windows Forms 15.0
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


In This Topic
    SortArgs Constructor
    In This Topic
    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)

    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