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

Shapes.Item(Int32)

Description

=20

Returns the Shape object at the spec= ified position in the Shapes collectio= n.

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

Parameters

=20
position
A valid index between = 0 and=20 Shapes.Count.= =20

Returns

The=20 Shape object at the specified position.
------=_Part_8044_1795802276.1711629857729--