HeaderPart.Header Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Header As Header
Get
Set
'Usage
Dim instance As HeaderPart
Dim value As Header
value = instance.Header
instance.Header = value
public Header Header { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.Header