SPREAD for WPF 4.0J - GcSpreadSheet
AddUnboundRows(Int32,Int32) メソッド

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Data 名前空間 > DataManager クラス > AddUnboundRows メソッド : AddUnboundRows(Int32,Int32) メソッド
新しい行を追加する位置を示す行インデックス
追加する行数
データモデルに非連結行を追加します。
シンタックス
'宣言
 
Public Overloads Function AddUnboundRows( _
   ByVal row As System.Integer, _
   ByVal count As System.Integer _
) As ActionResult(Of Object)
public ActionResult<object> AddUnboundRows( 
   System.int row,
   System.int count
)

パラメータ

row
新しい行を追加する位置を示す行インデックス
count
追加する行数
参照

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