GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / CalendarStorage Class / Insert Method

In This Topic
    Insert Method (CalendarStorage)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub Insert( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    public virtual void Insert( 
       int index,
       object value
    )

    Parameters

    index
    value
    See Also