FlexGrid for WinForms
InsertRange メソッド (RowCollection)

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > RowCollection クラス : InsertRange メソッド
新しい範囲を挿入する位置。
追加する行の数。
行の範囲をコレクションの指定された位置に追加します。
シンタックス
'宣言
 
Public Sub InsertRange( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) 
public void InsertRange( 
   System.int index,
   System.int count
)

パラメータ

index
新しい範囲を挿入する位置。
count
追加する行の数。
参照

RowCollection クラス
RowCollection メンバ