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

新しい行の基準とする行のインデックス。
行を挿入する位置。
指定した位置にある行を基準として、コレクション内の指定した位置に行を挿入します。
構文
Public Overridable Sub InsertCopy( _
   ByVal indexSource As Integer, _
   ByVal indexDestination As Integer _
) 
public virtual void InsertCopy( 
   int indexSource,
   int indexDestination
)

パラメータ

indexSource
新しい行の基準とする行のインデックス。
indexDestination
行を挿入する位置。
例外
例外解説
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の数を超えています。

参照

RowCollection クラス
RowCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.