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

Shape.Position

Description

Sets or returns the=20 Shape's position in the worksheet. This= property determines the location of the shape's upper left corner.=20
C#
=20
public Anchor Position{ get; set; }
=20
=20
vb.net
=20
Public Property Position() As Anchor
=20
=20

Remarks

=20

This property determines where in the worksheet the shape is located. Se= tting it to a new Anchor<= /a> object will move the shape within the worksheet. This property cannot b= e used to move shapes between worksheets - if you wish to add the shape to = another worksheet, you can use the Shapes.AddShape(Shape) method.

No part of the shape can extend beyond the edge of the worksheet. If you= move the shape to a location such that it would extend beyond the edge of = the worksheet, the size will be adjusted. For example, if you have a shape = that is 10 rows tall and 4 columns wide, and you move it to the last row in= the worksheet, the height will be adjusted so that it does not extend past= that row.

------=_Part_9720_199955964.1711700314585--