'Usage Dim instance As ISheetSelectionModel Dim row As Integer Dim value As Boolean value = instance.IsAnyCellInRowSelected(row)
Parameters
- row
- Index of row to check
Return Value
true if any cell in the row is selected; false otherwise
'Usage Dim instance As ISheetSelectionModel Dim row As Integer Dim value As Boolean value = instance.IsAnyCellInRowSelected(row)