Inserts a row in the worksheet above the specified row.

 public void InsertRow(int rowNumber)
Public Sub InsertRow(ByVal rowNumber As Integer)

The 0-based number of the row to insert.

ws.InsertRow(3);
ws.InsertRow(3)