Insert Method (C1AccordionPaneCollection)
Insert a
C1AccordionPane item into a specific position in the collection.
'Declaration
Public Shadows Sub Insert( _
ByVal As System.Integer, _
ByVal As C1AccordionPane _
)
Parameters
- index
- Item position. Value should be greater or equal to 0
- child
- The new C1AccordionPane item.