Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Picture.Image Property

Gets the image which the Picture object contains.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

OfficeImage Image { get; }

Property Value

Type Description
OfficeImage

An OfficeImage object that is the image residing in a Picture object.

See Also