ComponentOne List for WinForms
C1.Win.C1List Namespace / SelectedRowCollection Class / Contains Method

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

    Parameters

    row
    See Also