QueryTableFields Constructors

Definition

Overloads

QueryTableFields()

Initializes a new instance of the QueryTableFields class.

QueryTableFields(OpenXmlElement[])

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

QueryTableFields(IEnumerable<OpenXmlElement>)

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

QueryTableFields(String)

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

QueryTableFields()

Initializes a new instance of the QueryTableFields class.

public QueryTableFields ();
Public Sub New ()

Applies to

QueryTableFields(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

QueryTableFields(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

QueryTableFields(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to