Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ArrayHelper Class / Sort Method
The array should be sorted.
The keys that supports comparing


In This Topic
    Sort Method (ArrayHelper)
    In This Topic
    Sort an array by the comparable keys
    Syntax
    'Declaration
     
    
    Public Shared Sub Sort( _
       ByVal array() As Integer, _
       ByVal keys() As Double _
    ) 
    'Usage
     
    
    Dim array() As Integer
    Dim keys() As Double
     
    ArrayHelper.Sort(array, keys)
    public static void Sort( 
       int[] array,
       double[] keys
    )

    Parameters

    array
    The array should be sorted.
    keys
    The keys that supports comparing
    See Also