Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetSelectionModel Class / IsAnyCellInRowSelected Method
Row to check


In This Topic
    IsAnyCellInRowSelected Method (BaseSheetSelectionModel)
    In This Topic
    Determines whether any cell in a specified row is in the selection.
    Syntax
    '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)
    public virtual bool IsAnyCellInRowSelected( 
       int row
    )

    Parameters

    row
    Row to check
    See Also