Message-ID: <601151614.9551.1711694438779.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9550_661900782.1711694438779" ------=_Part_9550_661900782.1711694438779 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Worksheet.InsertRow(Int32)

Worksheet.InsertRow(Int32)

Description

= =20

Inserts a row in the worksheet above the specified row.

=20
C#
=20
 public void InsertRow(int rowNumber)
=20
=20
vb.net
=20
Public Sub InsertRow(ByVal rowNumber As Integer)
=20
=20

Parameters

=20
rowNumber
The 0-based = number of the row to insert.=20

Examples

=20
C#
=20
ws.InsertRow(3);
=20
=20
vb.net
=20
ws.InsertRow(3)
=20
------=_Part_9550_661900782.1711694438779--