SlideRange.HeadersFooters Property
Returns a HeadersFooters collection that represents the header, footer, date and time, and slide number associated with the slide, slide master, or range of slides. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property HeadersFooters As HeadersFooters
Get
'Usage
Dim instance As SlideRange
Dim value As HeadersFooters
value = instance.HeadersFooters
HeadersFooters HeadersFooters { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.HeadersFooters