バージョン

Insert(Int32,Object,String) メソッド

項目をコレクションに挿入します
シンタックス
'宣言
 
Public Overloads Function Insert( _
   ByVal index As Integer, _
   ByVal dataValue As Object, _
   ByVal displayText As String _
) As ValueListItem
public ValueListItem Insert( 
   int index,
   object dataValue,
   string displayText
)

パラメータ

index
項目を挿入する場所
dataValue
比較する値
displayText
表示テキスト

戻り値の型

新規挿入された項目
参照