PrintDocument for WinForms
Insert メソッド (RenderInputComboBoxItemCollection)


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

パラメータ

index
The position where to insert the item.
item
The item to insert.
参照

RenderInputComboBoxItemCollection クラス
RenderInputComboBoxItemCollection メンバ