FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.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
    'Declaration
     
    Public Function ContainsRow( _
       ByVal row As Integer _
    ) As Boolean
    public bool ContainsRow( 
       int row
    )

    Parameters

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