Header.Load Method
Loads the DOM from the HeaderPart.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Load ( _
openXmlPart As HeaderPart _
)
'Usage
Dim instance As Header
Dim openXmlPart As HeaderPart
instance.Load(openXmlPart)
public void Load(
HeaderPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.HeaderPart
Specifies the part to be loaded.