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

コレクションに追加する項目を表すSystem.Object値。
ComboBoxCell用の項目のリストに項目を追加します。
構文
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セルのListCell.DataSourceプロパティの値がnull 参照 (Visual Basicでは Nothing)ではありません。
参照

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

 

 


© 2008-2015 GrapeCity inc. All rights reserved.