ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / Find Method
The System.ComponentModel.PropertyDescriptor to search on.
The value of the property parameter to search for.

In This Topic
    Find Method
    In This Topic
    Returns the index of the row that has the given System.ComponentModel.PropertyDescriptor.
    Syntax
    'Declaration
     
    Public Function Find( _
       ByVal property As System.ComponentModel.PropertyDescriptor, _
       ByVal key As System.Object _
    ) As System.Integer
    public System.int Find( 
       System.ComponentModel.PropertyDescriptor property,
       System.object key
    )

    Parameters

    property
    The System.ComponentModel.PropertyDescriptor to search on.
    key
    The value of the property parameter to search for.

    Return Value

    The index of the row that has the given System.ComponentModel.PropertyDescriptor.
    Exceptions
    ExceptionDescription
    The exception that is thrown when a requested method or operation is not implemented.
    See Also