CustomUI.Save Method (CustomUIPart)
Saves the DOM into the OpenXML part.
Namespace: DocumentFormat.OpenXml.Office.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Save ( _
openXmlPart As CustomUIPart _
)
'Usage
Dim instance As CustomUI
Dim openXmlPart As CustomUIPart
instance.Save(openXmlPart)
public void Save(
CustomUIPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.CustomUIPart
The part to be saved to.