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