Share via


PivotOptions Constructors

Definition

Overloads

PivotOptions()

Initializes a new instance of the PivotOptions class.

PivotOptions(OpenXmlElement[])

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

PivotOptions(IEnumerable<OpenXmlElement>)

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

PivotOptions(String)

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

PivotOptions()

Initializes a new instance of the PivotOptions class.

public PivotOptions ();
Public Sub New ()

Applies to

PivotOptions(OpenXmlElement[])

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

public PivotOptions (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PivotOptions(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PivotOptions(String)

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

public PivotOptions (string outerXml);
new DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions : string -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to