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