CustomUI.Save Method (RibbonAndBackstageCustomizationsPart)
Saves the DOM into the RibbonAndBackstageCustomizationsPart.
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Sub Save ( _
openXmlPart As RibbonAndBackstageCustomizationsPart _
)
'使用
Dim instance As CustomUI
Dim openXmlPart As RibbonAndBackstageCustomizationsPart
instance.Save(openXmlPart)
public void Save(
RibbonAndBackstageCustomizationsPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart
Specifies the part to save to.