QueryTablePart.QueryTable Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property QueryTable As QueryTable
Get
Set
'Usage
Dim instance As QueryTablePart
Dim value As QueryTable
value = instance.QueryTable
instance.QueryTable = value
public QueryTable QueryTable { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.QueryTable