'Declaration Public Overloads Function Insert( _ ByVal index As Integer, _ ByVal document As C1PrintDocument _ ) As C1MultiDocumentItem
public C1MultiDocumentItem Insert( int index, C1PrintDocument document )
Parameters
- index
- The zero-based index at which the new item should be inserted.
- document
- The document that is associated with the new item.
Return Value
The newly created item.