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