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