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

HeaderFooterPicture.Image Property

Gets an image contained in the header or footer picture object.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v21.1.Core.dll

Declaration

OfficeImage Image { get; }

Property Value

Type Description
OfficeImage

A OfficeImage object that is the image contained in the object.

See Also