[]
Gets whether any cells in the specified column on this sheet are selected.
public bool IsAnyCellInColumnSelected(int column)
Public Function IsAnyCellInColumnSelected(column As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | column | Column index |
| Type | Description |
|---|---|
| bool | True if any cell in specified column is selected; false otherwise |