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