'Declaration Public Overridable Function IsAnyCellInRowSelected( _ ByVal row As Integer _ ) As Boolean
'Usage Dim instance As BaseSheetSelectionModel Dim row As Integer Dim value As Boolean value = instance.IsAnyCellInRowSelected(row)
Parameters
- row
- Row to check
Return Value
Boolean: true if any cell in specified row is selected; false otherwise