[]
Gets whether the specified column on this sheet allows automatic sorting.
public bool GetColumnAllowAutoSort(int column)
Public Function GetColumnAllowAutoSort(column As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | column | Column index |
| Type | Description |
|---|---|
| bool | true if column allows automatic sorting; false otherwise |