MESCIUS SPREAD for Windows Forms 17.0J
Insert メソッド (BaseKeyCollection)

コレクション内の挿入位置を表す<b><see cref="T:System.Int32">Int32</see></b>値。
キー文字列を表す<b><see cref="T:System.String">String</see></b>
コレクションに追加する項目を表す<b><see cref="T:System.Object">Object</see></b>オブジェクト。
指定したキーと値を持つ要素を <see cref="T:GrapeCity.Win.Spread.InputMan.CellType.BaseKeyCollection" /> の指定したインデックスに挿入します。
構文
'Declaration
 
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
コレクション内の挿入位置を表す<b><see cref="T:System.Int32">Int32</see></b>値。
key
キー文字列を表す<b><see cref="T:System.String">String</see></b>
value
コレクションに追加する項目を表す<b><see cref="T:System.Object">Object</see></b>オブジェクト。
参照

BaseKeyCollection クラス
BaseKeyCollection メンバ

 

 


© MESCIUS inc. All rights reserved.