Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads the DOM from the WorksheetPart.
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Load ( _
openXmlPart As WorksheetPart _
)
'Usage
Dim instance As Worksheet
Dim openXmlPart As WorksheetPart
instance.Load(openXmlPart)
public void Load(
WorksheetPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.WorksheetPart
Specifies the part to be loaded.