ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.GanttView Namespace / CalendarStorage Class / Find Method / Find(String,Object) Method

In This Topic
    Find(String,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Find( _
       ByVal propertyName As System.String, _
       ByVal key As System.Object _
    ) As System.Integer
    public System.int Find( 
       System.string propertyName,
       System.object key
    )

    Parameters

    propertyName
    key
    See Also