 | WorksheetInsertRow Method |
Inserts 'count' rows below the specified 'rowNumber'. Existing cells are moved down by the number of new rows.
The inserted, new rows inherits the style of the original cell at the defined row number.
The inserted cells are empty. The values can be set later
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
Syntaxpublic void InsertRow(
int rowNumber,
int numberOfNewRows
)
Parameters
- rowNumber Int32
- Row number below which the new row(s) will be inserted.
- numberOfNewRows Int32
- Number of rows to insert.
RemarksFormulas / references are not adjusted
See Also