GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / TasksStorage Class / IndexOf Method

In This Topic
    IndexOf Method (TasksStorage)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function IndexOf( _
       ByVal value As Object _
    ) As Integer
    public virtual int IndexOf( 
       object value
    )

    Parameters

    value
    See Also