Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSelectionModel Interface / IsAnyCellInRowSelected Method
Index of row to check


In This Topic
    IsAnyCellInRowSelected Method (ISheetSelectionModel)
    In This Topic
    Determines whether any cell in a specified row is in the selection.
    Syntax
    'Declaration
     
    
    Function IsAnyCellInRowSelected( _
       ByVal row As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As ISheetSelectionModel
    Dim row As Integer
    Dim value As Boolean
     
    value = instance.IsAnyCellInRowSelected(row)
    bool IsAnyCellInRowSelected( 
       int row
    )

    Parameters

    row
    Index of row to check

    Return Value

    True if any cell in specified row is selected; false otherwise
    See Also