Winnovative Excel Library

ExcelWorksheetInsertRow Method

Winnovative Excel Library Documentation
Overload List

  NameDescription
Public methodInsertRow(Int32)
Inserts a row at the specified one based in worksheet. The new row will have the default style of the worksheet.
Public methodInsertRow(Int32, Boolean, Boolean)
Inserts a row with style at the specified one based in worksheet. If inheritStyle parameter is false the new row will have the default style of the worksheet. If inheritStyle is true the new row will inherit the style from the previous row if fromPrevious parameter is true or from the next row if the fromPrevious parameter is false.
Top
See Also

Reference