PrintDocument for WinForms
Add(C1MultiDocumentItem) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1MultiDocumentItemCollection クラス > Add メソッド : Add(C1MultiDocumentItem) メソッド
The item that is added.
Adds the specified item to the current collection.
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal item As C1MultiDocumentItem _
) As System.Integer
'使用法
 
Dim instance As C1MultiDocumentItemCollection
Dim item As C1MultiDocumentItem
Dim value As System.Integer
 
value = instance.Add(item)
public System.int Add( 
   C1MultiDocumentItem item
)

パラメータ

item
The item that is added.

戻り値の型

The index of the added item within the collection.
参照

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