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

Picture.Position

Description

=20

Sets or returns the Picture's posit= ion in the worksheet. This property determines the location of the picture'= 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 picture is located. = Setting it to a new Anchor object will move the picture within the workshee= t. This property cannot be used to move pictures between worksheets.

=20

No part of the picture can extend beyond the edge of the worksheet. If y= ou move the picture 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 pi= cture 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 exten= d past that row.

------=_Part_8122_1899010152.1711632918811--