AutoSortColumn(Int32,Boolean) Method
Automatically sorts the rows of a sheet according to the specified column in the specified order and shows the sort indicator (unless disabled).
'Declaration
Public Overloads Sub AutoSortColumn( _
ByVal column As Integer, _
ByVal As Boolean _
)
'Usage
Dim instance As SheetView
Dim column As Integer
Dim ascending As Boolean
instance.AutoSortColumn(column, ascending)
Parameters
- column
- Index of column to set
- ascending
- Whether sort is ascending (or else descending)