[]
Gets the sort indicator for the specified column on this sheet.
public SortIndicator GetColumnSortIndicator(int column)
Public Function GetColumnSortIndicator(column As Integer) As SortIndicator
| Type | Name | Description |
|---|---|---|
| int | column | Column index |
| Type | Description |
|---|---|
| SortIndicator | A SortIndicator object. |