HeadersFooters.Header Property
Returns a HeaderFooter object that represents the header that appears at the top of a slide or in the upper-left corner of a notes page, handout, or outline. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Header As HeaderFooter
Get
'Usage
Dim instance As HeadersFooters
Dim value As HeaderFooter
value = instance.Header
HeaderFooter Header { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.HeaderFooter