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