データモデルに非連結行を追加します。
シンタックス
'宣言
Public Overloads Function AddUnboundRows( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As ActionResult(Of Object)
public ActionResult<object> AddUnboundRows(
System.int ,
System.int
)
パラメータ
- row
- 新しい行を追加する位置を示す行インデックス
- count
- 追加する行数
参照