GrapeCity.Xaml.SpreadSheet.Data
SortColumn Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > HideRowFilter Class : SortColumn Method
The column index.
true to sort as ascending; otherwise, false.
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

Reference

HideRowFilter Class
HideRowFilter Members