SetColumnAllowAutoSort(Int32,Int32,Boolean) Method
Sets whether the specified columns on this sheet allow automatic sorting.
'Declaration
Public Overloads Sub SetColumnAllowAutoSort( _
ByVal column As Integer, _
ByVal As Integer, _
ByVal As Boolean _
)
'Usage
Dim instance As SheetView
Dim column As Integer
Dim count As Integer
Dim allowAutoSort As Boolean
instance.SetColumnAllowAutoSort(column, count, allowAutoSort)
Parameters
- column
- Column index of first column to set
- count
- Number of columns to set
- allowAutoSort
- Whether to allow automatic sorting for the specified columns