PrintDocument for WinForms
Insert メソッド (IndexEntryCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > IndexEntryCollection クラス : Insert メソッド
The position of the inserted item in the collection.
The item to insert.
Inserts an IndexEntry into the current collection.
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As IndexEntry _
) 
'使用法
 
Dim instance As IndexEntryCollection
Dim index As System.Integer
Dim item As IndexEntry
 
instance.Insert(index, item)
public void Insert( 
   System.int index,
   IndexEntry item
)

パラメータ

index
The position of the inserted item in the collection.
item
The item to insert.
参照

IndexEntryCollection クラス
IndexEntryCollection メンバ