GrapeCity SPREAD for Windows Forms 11.0J
Add(Object) メソッド


要素オブジェクト
要素をコレクションに追加してそのインデックスを返します。
構文
'Declaration
 
Public Overloads Overridable Function Add( _
   ByVal e As Object _
) As Integer
'使用法
 
Dim instance As Elements
Dim e As Object
Dim value As Integer
 
value = instance.Add(e)
public virtual int Add( 
   object e
)

パラメータ

e
要素オブジェクト

戻り値の型

要素のインデックスを表すInteger
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.