Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / IsAnyCellInRowSelected Method
Row index


In This Topic
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 row As Integer _
) As Boolean
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim value As Boolean
 
value = instance.IsAnyCellInRowSelected(row)

Parameters

row
Row index
See Also