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