PowerTools MultiRow for Windows Forms 8.0J
Add(Int32) メソッド

RowCollectionに追加する行の数。
指定した数の新しい行をコレクションに追加します。
構文
Public Overloads Overridable Function Add( _
   ByVal count As Integer _
) As Integer
public virtual int Add( 
   int count
)

パラメータ

count
RowCollectionに追加する行の数。

戻り値の型

追加された最後の行のインデックスを示すSystem.Int32
例外
例外解説
System.InvalidOperationException

Templateがnull 参照 (Visual Basicでは Nothing)のときにこのメソッドが使用されました。

または

GcMultiRowGcMultiRow.DataSourceプロパティがnull 参照 (Visual Basicでは Nothing)ではありません。

System.ArgumentOutOfRangeExceptioncount1未満です。
参照

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

 

 


© 2008-2015 GrapeCity inc. All rights reserved.