Message-ID: <183300203.8253.1711638666227.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8252_1047112024.1711638666227" ------=_Part_8252_1047112024.1711638666227 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_8252_1047112024.1711638666227--