PrintDocument for WinForms
Add メソッド (IndexEntryCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > IndexEntryCollection クラス : Add メソッド
The item to add.
Adds an IndexEntry to the current collection.
シンタックス
'宣言
 
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
The item to add.

戻り値の型

The index of the newly added item in the current collection.
参照

IndexEntryCollection クラス
IndexEntryCollection メンバ