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