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

Range.AreaCount

Description

Returns the number of=20 Area objects contained in this=20 Range.=20
C#
=20
public int AreaCount{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property AreaCount() As Integer<=
/pre>=20
=20

Examples

=20
C#
=20
int numAreas =3D rng.AreaCount;
=20
vb.net
=20
Dim numAreas As Integer =3D rng.AreaCount
=20
------=_Part_8154_541786951.1711634634035--