Revisions.Save Method (WorkbookRevisionLogPart)
Saves the DOM into the WorkbookRevisionLogPart.
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Save ( _
openXmlPart As WorkbookRevisionLogPart _
)
'Usage
Dim instance As Revisions
Dim openXmlPart As WorkbookRevisionLogPart
instance.Save(openXmlPart)
public void Save(
WorkbookRevisionLogPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart
Specifies the part to save to.