Share via


PivotTableDefinitionExtensionList Constructors

Definition

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.

Applies to