SetColumnAllowAutoSort(Int32,Boolean) Method
In This Topic
Sets whether the specified column on this sheet allows automatic sorting.
Syntax
'Declaration
Public Overloads Sub SetColumnAllowAutoSort( _
ByVal column As Integer, _
ByVal As Boolean _
)
'Usage
Dim instance As SheetView
Dim column As Integer
Dim allowAutoSort As Boolean
instance.SetColumnAllowAutoSort(column, allowAutoSort)
public void SetColumnAllowAutoSort(
int column,
bool
)
Parameters
- column
- Column index
- allowAutoSort
- Whether to allow automatic sorting for the specified column
See Also