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