Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetSelectionModel Class / IsAnyCellInRowSelected Method
Row to check


In This Topic
IsAnyCellInRowSelected Method (DefaultSheetSelectionModel)
In This Topic
Determines whether any cell in a specified row is in the selection.
Syntax
'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
See Also