PrintDocument for WinForms
Insert メソッド (RenderInputComboBoxItemCollection)


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

RenderInputComboBoxItemCollection クラス
RenderInputComboBoxItemCollection メンバ