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