HeaderFooter.Picture Property
Returns a Graphic object that represents a picture field included in the specified header or footer. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Picture As Graphic
Get
'Usage
Dim instance As HeaderFooter
Dim value As Graphic
value = instance.Picture
Graphic Picture { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Graphic
Graphic