PrintDocument for WinForms
Insert(Int32,C1PrintDocument) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1MultiDocumentItemCollection クラス > Insert メソッド : Insert(Int32,C1PrintDocument) メソッド
The zero-based index at which the new item should be inserted.
The document that is associated with the new item.
Creates a C1MultiDocumentItem, associates it with the specified document, and inserts it into the current collection at the specified index.

Note that the passed document reference is not stored in the created item, see C1MultiDocumentItem.SetDocument for details.

シンタックス
'宣言
 
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.
参照

C1MultiDocumentItemCollection クラス
C1MultiDocumentItemCollection メンバ
オーバーロード一覧
SetDocument メソッド