'Usage
Dim instance As SubItemCollection Dim index As Integer Dim item As SubItem instance.Insert(index, item)
Parameters
- index
- The zero-based index at which value should be inserted.
- item
- The item to insert into the collectin.
'Usage
Dim instance As SubItemCollection Dim index As Integer Dim item As SubItem instance.Insert(index, item)