ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridCellsRange Class / Contains Method / Contains(DataGridRow) Method
The row.

In This Topic
    Contains(DataGridRow) Method
    In This Topic
    Determines whether this range instance contains the specified row.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal row As DataGridRow _
    ) As Boolean
    public bool Contains( 
       DataGridRow row
    )

    Parameters

    row
    The row.

    Return Value

    true if this range instance contains the specified row; otherwise, false.
    See Also