Page tree
Skip to end of metadata
Go to start of metadata

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.

Examples

C#
vb.net
  • No labels