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