Graphic Interface

Contains properties that apply to header and footer picture objects.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024459-0000-0000-C000-000000000046")> _
Public Interface Graphic
'Usage
Dim instance As Graphic
[InterfaceTypeAttribute()]
[GuidAttribute("00024459-0000-0000-C000-000000000046")]
public interface Graphic

Remarks

There are several properties of the PageSetup object that return the Graphic object.

Use the CenterFooterPicture, CenterHeaderPicture, LeftFooterPicture, LeftHeaderPicture, RightFooterPicture, or RightHeaderPicture properties to return a Graphic object.

See Also

Reference

Graphic Members

Microsoft.Office.Interop.Excel Namespace