PrintDocument for WinForms
Insert メソッド (IndexEntryCollection)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > IndexEntryCollection クラス : Insert メソッド
コレクションに挿入された項目の位置。
挿入する項目。
IndexEntryを現在のコレクションに挿入します。
シンタックス
'宣言
 
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
コレクションに挿入された項目の位置。
item
挿入する項目。
参照

IndexEntryCollection クラス
IndexEntryCollection メンバ