Message-ID: <28591144.8955.1711669285351.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8954_977466442.1711669285351" ------=_Part_8954_977466442.1711669285351 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Cell.RowNumber

Cell.RowNumber

Description

=20

Returns the cell's 0-based row number.

=20
C#
=20
 public int RowNumber{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property RowNumber() As Integer
=20
=20

Examples

=20
C#
=20
int row =3D cellA1.RowIndex;
=20
=20
vb.net
=20
Dim row As Integer =3D cellA1.RowIndex
=20
------=_Part_8954_977466442.1711669285351--