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