ComponentOne Accordion for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1AccordionPaneCollection Class / Insert Method
Item position. Value should be greater or equal to 0
The new C1AccordionPane item.

In This Topic
    Insert Method
    In This Topic
    Insert a C1AccordionPane item into a specific position in the collection.
    Syntax
    'Declaration
     
    Public Shadows Sub Insert( _
       ByVal index As System.Integer, _
       ByVal child As C1AccordionPane _
    ) 
    public new void Insert( 
       System.int index,
       C1AccordionPane child
    )

    Parameters

    index
    Item position. Value should be greater or equal to 0
    child
    The new C1AccordionPane item.
    See Also