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

Picture

Description

=20

A Picture object represents a pict= ure in a worksheet and allows the size, position, and content of the pictur= e to be managed. Once created, the data of a picture may not be changed or = replaced with the data of another picture. Instead, delete the picture and = create a new one.

=20
C#
=20
 public sealed class Picture : Shape
=20
=20
vb.net
=20
Public NotInheritable Class Picture
=09=09Inherits Shape
=20
=20

Remarks

To create a=20 Picture object, call=20 Pictures.= CreatePicture.=20

Properties

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

Heig= ht

Sets or returns the height of the Picture, in points (1/72 inch).

LockAspectRatio

Sets or returns whether the aspect ratio of the = picture will be locked in Excel. This setting has no effect within ExcelWri= ter.

Name

Sets or returns the picture's name.

PictureData

Returns a new byte array containing the data of = the picture as it would appear in an image file.

Po= sition

Sets or returns the Picture's position in the worksheet. This property determines the= location of the picture's upper left corner.

Shape=

Returns the underlying Shape object for this Picture<= /a>, allowing advanced formatting to be set.

Width=

Sets or returns the width of the Picture, in points (1/72 inch).
------=_Part_10318_1122586298.1711721539009--