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