Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / HideRowFilter Class / SortColumn Method
The column index.
true to sort as ascending; otherwise, false.


In This Topic
    SortColumn Method
    In This Topic
    Sorts the specified column in the specified order.
    Syntax
    'Declaration
     
    Public Function SortColumn( _
       ByVal column As Integer, _
       ByVal ascending As Boolean _
    ) As Boolean
    'Usage
     
    Dim instance As HideRowFilter
    Dim column As Integer
    Dim ascending As Boolean
    Dim value As Boolean
     
    value = instance.SortColumn(column, ascending)
    public bool SortColumn( 
       int column,
       bool ascending
    )

    Parameters

    column
    The column index.
    ascending
    true to sort as ascending; otherwise, false.

    Return Value

    true if sorted successfully; otherwise, false.
    See Also