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


コレクションに追加するObject。
コレクションに項目を追加します。
構文
'Declaration
 
Public Overloads Function Add( _
   ByVal item As ListItemInfo _
) As Integer
'使用法
 
Dim instance As ListItemCollectionInfo
Dim item As ListItemInfo
Dim value As Integer
 
value = instance.Add(item)
public int Add( 
   ListItemInfo item
)

パラメータ

item
コレクションに追加するObject。

戻り値の型

追加された項目のインデックス。
参照

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

 

 


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