CustomUI.Load Method
Loads the DOM from an OpenXML part.
Namespace: DocumentFormat.OpenXml.Office.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Sub Load ( _
openXmlPart As CustomUIPart _
)
'使用
Dim instance As CustomUI
Dim openXmlPart As CustomUIPart
instance.Load(openXmlPart)
public void Load(
CustomUIPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.CustomUIPart
The part to be loaded.