[]
Determines whether any cell in a specified column is in the selection.
bool IsAnyCellInColumnSelected(int column)
Function IsAnyCellInColumnSelected(column As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | column | Index of column to check |
Type | Description |
---|---|
bool | True if any cell in specified column is selected; false otherwise |