Inserts a new row into the spreadsheet. Existing rows below the position are
shifted down. All formula are updated to take account of the new row.
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public void InsertRow(
int rowFrom,
int rows,
int copyStylesFromRow
) |
Visual Basic (Declaration) |
---|
Public Sub InsertRow ( _
rowFrom As Integer, _
rows As Integer, _
copyStylesFromRow As Integer _
) |
Visual C++ |
---|
public:
void InsertRow(
int rowFrom,
int rows,
int copyStylesFromRow
) |
See Also