'宣言 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.