GrapeCity MultiRow for Windows Forms 11.0J
AddCopies メソッド

新しい行の基準とする行のインデックス。
コレクションに追加する行の数。
指定したインデックスにある行を基準として、指定した数の行をコレクションに追加します。
シンタックス
Public Overridable Function AddCopies( _
   ByVal indexSource As Integer, _
   ByVal count As Integer _
) As Integer
public virtual int AddCopies( 
   int indexSource,
   int count
)

パラメータ

indexSource
新しい行の基準とする行のインデックス。
count
コレクションに追加する行の数。

戻り値の型

追加された最後の行のインデックスを示すSystem.Int32
参照

参照

RowCollection クラス
RowCollection メンバ

 

 


© 2008 GrapeCity inc. All rights reserved.