'宣言 Public Overloads Function Insert( _ ByVal index As System.Integer, _ ByVal document As C1PrintDocument _ ) As C1MultiDocumentItem
'使用法 Dim instance As C1MultiDocumentItemCollection Dim index As System.Integer Dim document As C1PrintDocument Dim value As C1MultiDocumentItem value = instance.Insert(index, document)
public C1MultiDocumentItem Insert( System.int index, C1PrintDocument document )
パラメータ
- index
 - The zero-based index at which the new item should be inserted.
 - document
 - The document that is associated with the new item.
 
戻り値の型
The newly created item.