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