[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IWorksheet.RemoveRows

RemoveRows Method

RemoveRows(int, int)

Removes one or more rows starting with the row at the specified position.

Declaration
ActionResult<object> RemoveRows(int row, int count)
Function RemoveRows(row As Integer, count As Integer) As ActionResult(Of Object)
Parameters
Type Name Description
int row

An integer value indicates the index of first row to remove.

int count

An integer value indicates the number of row(s) to remove.

Returns
Type Description
ActionResult<object>

true if the rows are removed successful, false otherwise.