[]
Inserts row(s) to the GrapeCity.Spreadsheet.Worksheet at the specified position.
ActionResult<object> InsertRows(int row, int count)
Function InsertRows(row As Integer, count As Integer) As ActionResult(Of Object)
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. |
Type | Description |
---|---|
ActionResult<object> |
|