[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IWorksheet.InsertRows

InsertRows Method

InsertRows(int, int)

Inserts row(s) to the GrapeCity.Spreadsheet.Worksheet at the specified position.

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

An integer value indicates the row index at which to insert new row(s).

int count

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

Returns
Type Description
ActionResult<object>

true if the rows are inserted successful, false otherwise.