SPREAD for WPF 3.0J - GcSpreadGrid
AddUnboundRow(Int32) メソッド

GrapeCity.Windows.SpreadGrid 名前空間 > RowCollection クラス > AddUnboundRow メソッド : AddUnboundRow(Int32) メソッド
追加する非連結行の数を示す int 値。
一連の非連結行をコレクションに追加します。
シンタックス
'宣言
 
Public Overloads Function AddUnboundRow( _
   ByVal count As Integer _
) As Integer()
public int[] AddUnboundRow( 
   int count
)

パラメータ

count
追加する非連結行の数を示す int 値。

戻り値の型

追加された行のインデックスを含む int 配列。
例外
例外解説
count が0以下です。
参照

RowCollection クラス
RowCollection メンバ
オーバーロード一覧