PrintDocument for WinForms
Add メソッド (IndexEntryCollection)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > IndexEntryCollection クラス : Add メソッド
追加する項目。
IndexEntryを現在のコレクションに追加します。
シンタックス
'宣言
 
Public Function Add( _
   ByVal item As IndexEntry _
) As System.Integer
'使用法
 
Dim instance As IndexEntryCollection
Dim item As IndexEntry
Dim value As System.Integer
 
value = instance.Add(item)
public System.int Add( 
   IndexEntry item
)

パラメータ

item
追加する項目。

戻り値の型

現在のコレクションに新しく追加された項目のインデックス。
参照

IndexEntryCollection クラス
IndexEntryCollection メンバ