QueryTableExtension Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
QueryTableExtension() |
Initializes a new instance of the QueryTableExtension class. |
QueryTableExtension(OpenXmlElement[]) |
Initializes a new instance of the QueryTableExtension class with the specified child elements. |
QueryTableExtension(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the QueryTableExtension class with the specified child elements. |
QueryTableExtension(String) |
Initializes a new instance of the QueryTableExtension class from outer XML. |
QueryTableExtension()
Initializes a new instance of the QueryTableExtension class.
public QueryTableExtension ();
Public Sub New ()
Applies to
QueryTableExtension(OpenXmlElement[])
Initializes a new instance of the QueryTableExtension class with the specified child elements.
public QueryTableExtension (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
QueryTableExtension(IEnumerable<OpenXmlElement>)
Initializes a new instance of the QueryTableExtension class with the specified child elements.
public QueryTableExtension (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
QueryTableExtension(String)
Initializes a new instance of the QueryTableExtension class from outer XML.
public QueryTableExtension (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension : string -> DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.