次の方法で共有


QueryTablePart.QueryTable Property

Gets/Sets the root element of this part.

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

Syntax

'宣言
Public Property QueryTable As QueryTable
    Get
    Set
'使用
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

See Also

Reference

QueryTablePart Class

QueryTablePart Members

DocumentFormat.OpenXml.Packaging Namespace