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