TableDefinitionPart.QueryTableParts Property

Gets the QueryTableParts of the TableDefinitionPart.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public ReadOnly Property QueryTableParts As IEnumerable(Of QueryTablePart)
    Get
'Usage
Dim instance As TableDefinitionPart
Dim value As IEnumerable(Of QueryTablePart)

value = instance.QueryTableParts
public IEnumerable<QueryTablePart> QueryTableParts { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<QueryTablePart>

See Also

Reference

TableDefinitionPart Class

TableDefinitionPart Members

DocumentFormat.OpenXml.Packaging Namespace