QueryTableExtensionList Constructors

Definition

Overloads

QueryTableExtensionList()

Initializes a new instance of the QueryTableExtensionList class.

QueryTableExtensionList(OpenXmlElement[])

Initializes a new instance of the QueryTableExtensionList class with the specified child elements.

QueryTableExtensionList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the QueryTableExtensionList class with the specified child elements.

QueryTableExtensionList(String)

Initializes a new instance of the QueryTableExtensionList class from outer XML.

QueryTableExtensionList()

Initializes a new instance of the QueryTableExtensionList class.

public QueryTableExtensionList ();
Public Sub New ()

Applies to

QueryTableExtensionList(OpenXmlElement[])

Initializes a new instance of the QueryTableExtensionList class with the specified child elements.

public QueryTableExtensionList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

QueryTableExtensionList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the QueryTableExtensionList class with the specified child elements.

public QueryTableExtensionList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

QueryTableExtensionList(String)

Initializes a new instance of the QueryTableExtensionList class from outer XML.

public QueryTableExtensionList (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList : string -> DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to