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