GrapeCity SPREAD for Windows Forms 12.0J
Insert(Int32,Object) メソッド


インデックス
要素オブジェクト
コレクションの指定したインデックスに要素を挿入します。
構文
'Declaration
 
Public Overloads Overridable Sub Insert( _
   ByVal index As Integer, _
   ByVal e As Object _
) 
'使用法
 
Dim instance As Elements
Dim index As Integer
Dim e As Object
 
instance.Insert(index, e)
public virtual void Insert( 
   int index,
   object e
)

パラメータ

index
インデックス
e
要素オブジェクト
参照

Elements クラス
Elements メンバ
オーバーロード一覧

 

 


Copyright © 2004 GrapeCity inc.