PowerTools MultiRow for Windows Forms 8.0J
InsertCopies メソッド

新しい行の基準とするRowのインデックス。
行を挿入する位置。
RowCollectionに追加するRowオブジェクトの数。
コレクション内の指定した位置にRowオブジェクトを挿入します。
構文
Public Overridable Sub InsertCopies( _
   ByVal indexSource As Integer, _
   ByVal indexDestination As Integer, _
   ByVal count As Integer _
) 
public virtual void InsertCopies( 
   int indexSource,
   int indexDestination,
   int count
)

パラメータ

indexSource
新しい行の基準とするRowのインデックス。
indexDestination
行を挿入する位置。
count
RowCollectionに追加するRowオブジェクトの数。
例外
例外解説
System.InvalidOperationException

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

または

indexDestinationがコレクション内のRowの数と一致していて、GcMultiRowGcMultiRow.AllowUserToAddRowsプロパティがtrueに設定されています。

または

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

System.ArgumentOutOfRangeException

indexSource0未満か、コレクション内のRowの数 - 1を超えています。

または

indexDestination0未満か、コレクション内のRowの数を超えています。

または

count1未満です。

参照

RowCollection クラス
RowCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.