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

Range.Item(Int32)

Description

=20

Returns the Area object at the specifi= ed 0-based index.

=20
C#
=20
 public Area this[int index] { get; }
=20
=20
vb.net
=20
Public Default ReadOnly Property Item(ByVal index As Integer) As Area
=20
=20

Parameters

=20
index
The index of the=20 Area to get.=20

Returns

The=20 Area at the specified 0-based index.=20

Examples

=20
C#
=20
Area a =3D rng[0];
=20
=20
vb.net
=20
Dim a As Area =3D rng(0)
=20
------=_Part_9664_721642343.1711698234642--