Back to Devexpress

Picture.Image Property

officefileapi-devexpress-dot-spreadsheet-dot-picture.md

latest1.1 KB
Original Source

Picture.Image Property

Gets the image which the Picture object contains.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
OfficeImage Image { get; }
vb
ReadOnly Property Image As OfficeImage

Property Value

TypeDescription
OfficeImage

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

|

See Also

Picture Interface

Picture Members

DevExpress.Spreadsheet Namespace