MainDocumentPart.HeaderParts Property
Gets the HeaderParts of the MainDocumentPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property HeaderParts As IEnumerable(Of HeaderPart)
Get
'Usage
Dim instance As MainDocumentPart
Dim value As IEnumerable(Of HeaderPart)
value = instance.HeaderParts
public IEnumerable<HeaderPart> HeaderParts { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<HeaderPart>