'宣言 Function InsertRows( _ ByVal row As System.Integer, _ ByVal count As System.Integer _ ) As ActionResult(Of Object)
ActionResult<object> InsertRows( System.int row, System.int count )
パラメータ
- row
- 新しい行を挿入する行インデックスを示す整数値。
- count
- 挿入する行の数を示す整数値。
戻り値の型
行が正常に挿入された場合は
true
、それ以外の場合はfalse
。