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

Table.NumRows

Description

Returns an=20 int representing the number of rows in the first row of this t= able.=20
C#
=20
public int NumRows{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property NumRows() As Integer=20
=20

Examples

=20
C#
=20
          int numRows =3D oTable.NumRows;
        
=20
vb.net
=20
          Dim numRows As Integer =3D oTable.NumRows
        
=20
------=_Part_8794_1856803550.1711661584845--