FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellRange Structure / ContainsRow Method
Index of the row to check.

In This Topic
    ContainsRow Method (CellRange)
    In This Topic
    Determines whether the range contains a given row.
    Syntax
    'Declaration
     
    
    Public Function ContainsRow( _
       ByVal row As Integer _
    ) As Boolean
    public bool ContainsRow( 
       int row
    )

    Parameters

    row
    Index of the row to check.

    Return Value

    True if the range contains the row, False otherwise.
    See Also