QueryTableField 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
QueryTableField() |
Initializes a new instance of the QueryTableField class. |
QueryTableField(OpenXmlElement[]) |
Initializes a new instance of the QueryTableField class with the specified child elements. |
QueryTableField(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the QueryTableField class with the specified child elements. |
QueryTableField(String) |
Initializes a new instance of the QueryTableField class from outer XML. |
QueryTableField()
Initializes a new instance of the QueryTableField class.
public QueryTableField ();
Public Sub New ()
Applies to
QueryTableField(OpenXmlElement[])
Initializes a new instance of the QueryTableField class with the specified child elements.
public QueryTableField (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.QueryTableField : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.QueryTableField
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
QueryTableField(IEnumerable<OpenXmlElement>)
Initializes a new instance of the QueryTableField class with the specified child elements.
public QueryTableField (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.QueryTableField : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.QueryTableField
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
QueryTableField(String)
Initializes a new instance of the QueryTableField class from outer XML.
public QueryTableField (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.QueryTableField : string -> DocumentFormat.OpenXml.Spreadsheet.QueryTableField
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.