Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / IsAnyCellInRowSelected Method
The row index of the row to check.


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

    Parameters

    row
    The row index of the row to check.

    Return Value

    true if any cell in the specified row is in the selection; otherwise, false.
    See Also