IsAnyCellInRowSelected Method (SheetView)
In This Topic
Gets whether any cells in the specified row on this sheet are selected.
Syntax
'Declaration
Public Function IsAnyCellInRowSelected( _
ByVal As Integer _
) As Boolean
'Usage
Dim instance As SheetView
Dim row As Integer
Dim value As Boolean
value = instance.IsAnyCellInRowSelected(row)
public bool IsAnyCellInRowSelected(
int
)
Parameters
- row
- Row index
See Also