SPREAD for WPF 3.0J - GcSpreadGrid
InsertUnboundRow メソッド

GrapeCity.Windows.SpreadGrid 名前空間 > RowCollection クラス : InsertUnboundRow メソッド
挿入する位置を示す int 値。
挿入する行の数を示す int 値。
一連の非連結行をコレクションに挿入します。
シンタックス
'宣言
 
Public Sub InsertUnboundRow( _
   ByVal index As Integer, _
   Optional ByVal count As Integer _
) 
public void InsertUnboundRow( 
   int index,
   int count
)

パラメータ

index
挿入する位置を示す int 値。
count
挿入する行の数を示す int 値。
例外
例外解説
index が0未満です。または、indexCount を超えています。または、count が0以下です。
参照

RowCollection クラス
RowCollection メンバ