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