GrapeCity MultiRow for Windows Forms 11.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オブジェクトの数。
参照

参照

RowCollection クラス
RowCollection メンバ

 

 


© 2008 GrapeCity inc. All rights reserved.