ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowCollection Class / Contains Method
The index.

In This Topic
    Contains Method (DataGridRowCollection)
    In This Topic
    Determines whether this collection contains a row in the specified index.
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal index As Integer _
    ) As Boolean
    public bool Contains( 
       int index
    )

    Parameters

    index
    The index.

    Return Value

    true if contains a row in the specified index; otherwise, false.
    See Also