'宣言 Public Sub Insert( _ ByVal index As System.Integer, _ ByVal value As DropDownItem _ )
public void Insert( System.int index, DropDownItem value )
パラメータ
- index
- 項目を挿入するコレクション内のインデックス位置。
- value
- 挿入する項目。
'宣言 Public Sub Insert( _ ByVal index As System.Integer, _ ByVal value As DropDownItem _ )
public void Insert( System.int index, DropDownItem value )