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