PivotFields Constructors

Definition

Overloads

PivotFields()

Initializes a new instance of the PivotFields class.

PivotFields(OpenXmlElement[])

Initializes a new instance of the PivotFields class with the specified child elements.

PivotFields(IEnumerable<OpenXmlElement>)

Initializes a new instance of the PivotFields class with the specified child elements.

PivotFields(String)

Initializes a new instance of the PivotFields class from outer XML.

PivotFields()

Initializes a new instance of the PivotFields class.

public PivotFields ();
Public Sub New ()

Applies to

PivotFields(OpenXmlElement[])

Initializes a new instance of the PivotFields class with the specified child elements.

public PivotFields (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.PivotFields : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.PivotFields
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PivotFields(IEnumerable<OpenXmlElement>)

Initializes a new instance of the PivotFields class with the specified child elements.

public PivotFields (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.PivotFields : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.PivotFields
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PivotFields(String)

Initializes a new instance of the PivotFields class from outer XML.

public PivotFields (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.PivotFields : string -> DocumentFormat.OpenXml.Spreadsheet.PivotFields
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to