WinUI | ComponentOne
C1.WinUI.GridControl Assembly / C1.WinUI.Grid Namespace / GridControlRange Class / ContainsRow Method
The row to test whether it is contained.
In This Topic
    ContainsRow Method (GridControlRange)
    In This Topic
    Returns true if this range contains the specified row.
    Syntax
    public bool ContainsRow( 
       int row
    )

    Parameters

    row
    The row to test whether it is contained.
    See Also