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