データモデルに非連結行を追加します。
シンタックス
'宣言
Public Overloads Function AddUnboundRows( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Boolean _
) As ActionResult(Of Object)
public ActionResult<object> AddUnboundRows(
System.int ,
System.int ,
System.bool
)
パラメータ
- row
- 新しい行を追加する位置を示す行インデックス
- count
- 追加する行数
- notifyUI
- コントロールに通知する場合は
true
。 それ以外の場合は、変更をキューに入れます。
参照