'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)
Parameters
- column
- The column index.
- ascending
true
to sort as ascending; otherwise,false
.
Return Value
true
if sorted successfully; otherwise, false
.