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