ExcelWorksheetInsertRow Method |
Name | Description | |
---|---|---|
InsertRow(Int32) |
Inserts a row at the specified one based in worksheet. The new row will have the default style of the worksheet.
| |
InsertRow(Int32, Boolean, Boolean) |
Inserts a row with style at the specified one based in worksheet. If inheritStyle parameter is false the new row will have the
default style of the worksheet. If inheritStyle is true the new row will inherit the style from the previous row if
fromPrevious parameter is true or from the next row if the fromPrevious parameter is false.
|