Skip to main content
Row

HeaderFooterPicture.Image Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

OfficeImage Image { get; }

Property Value

Type Description
OfficeImage

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

See Also