Description
Inserts a number of rows in the worksheet above the specified row.
C#
vb.net
Parameters
rowNumber
The 0-based number of the row to insert.rowCount
The number of rows to insert.rowCellsCopyBehavior
The Style.RowInsertBehavior that defines the source style for each cell in the new row. Each cell in the new row will be given the style of its neighbor identified in this parameter.rowCopyBehavior
The Style.RowInsertBehavior that defines how the default row style will be set for the new row. This style is cells before the 'rowCellsCopyBehavior', so the 'rowCellsCopyBehavior' can be used to override the row-wide style.Examples
C#
vb.net