InsertRow Method

Office Open XML

Overload List

  NameDescription
InsertRow(Int32, Int32)
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.
InsertRow(Int32, Int32, Int32)
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.

See Also