FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / IDataList Interface / Find Method

In This Topic
    Find Method
    In This Topic
    Syntax
    'Declaration
     
    Function Find( _
       ByVal property As PropertyDescriptor, _
       ByVal key As Object _
    ) As Integer
    int Find( 
       PropertyDescriptor property,
       object key
    )

    Parameters

    property
    key
    See Also