Click or drag to resize
PicoXLSX

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: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
public 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.
Remarks
Formulas / references are not adjusted
See Also