'Declaration Public Overloads Sub SetColumnAllowAutoSort( _ ByVal column As Integer, _ ByVal allowAutoSort 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 allowAutoSort )
Parameters
- column
- Column index
- allowAutoSort
- Whether to allow automatic sorting for the specified column