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