PowerTools MultiRow for Windows Forms 8.0J
Add メソッド (ListLabelCell.ObjectCollection)

コレクションに追加する項目を表す System.Object 値。
ListLabelCell 用の項目のリストに項目を追加します。
構文
Public Function Add( _
   ByVal item As Object _
) As Integer
public int Add( 
   object item
)

パラメータ

item
コレクションに追加する項目を表す System.Object 値。

戻り値の型

新しい要素が挿入された位置を表す System.Int32 値。
例外
例外解説
System.ArgumentNullExceptionitem が null 参照 (Visual Basicでは Nothing) です。
System.ArgumentExceptionセルの DataSource プロパティの値が null 参照 (Visual Basicでは Nothing) ではありません。
参照

ListLabelCell.ObjectCollection クラス
ListLabelCell.ObjectCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.