GrapeCity CalendarGrid for Windows Forms 3.0J
Insert メソッド (BaseKeyCollection)

要素を挿入する位置の 0 から始まるインデックス。
挿入する要素のキー。
挿入する要素の値。
指定したキーと値を持つ要素を BaseKeyCollection の指定したインデックスに挿入します。
シンタックス
Protected Sub Insert( _
   ByVal index As Integer, _
   ByVal key As String, _
   ByVal value As Object _
) 
protected void Insert( 
   int index,
   string key,
   object value
)

パラメータ

index
要素を挿入する位置の 0 から始まるインデックス。
key
挿入する要素のキー。
value
挿入する要素の値。
参照

参照

BaseKeyCollection クラス
BaseKeyCollection メンバ

 

 


c 2008 GrapeCity inc. All rights reserved.