[]
Gets whether a column on this sheet is displayed.
public bool GetColumnVisible(int column)
Public Function GetColumnVisible(column As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | column | Column index |
| Type | Description |
|---|---|
| bool | true if column is is displayed; false otherwise |