'Declaration Public Overloads Sub Insert( _ ByVal index As Integer, _ ByVal item As C1MultiDocumentItem _ )
public void Insert( int index, C1MultiDocumentItem item )
Parameters
- index
- The zero-based index at which the item should be inserted.
- item
- The item to insert.