[]
Gets whether the specified column on this sheet should display a sort indicator when automatically sorted.
public bool GetColumnShowSortIndicator(int column)
Public Function GetColumnShowSortIndicator(column As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | column | Column index |
| Type | Description |
|---|---|
| bool | true if column display a sort indicator; false otherwise |