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