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