Aracılığıyla paylaş


PivotOptions16 Constructors

Definition

Overloads

PivotOptions16()

Initializes a new instance of the PivotOptions16 class.

PivotOptions16(OpenXmlElement[])

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

PivotOptions16(IEnumerable<OpenXmlElement>)

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

PivotOptions16(String)

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

PivotOptions16()

Initializes a new instance of the PivotOptions16 class.

public PivotOptions16 ();
Public Sub New ()

Applies to

PivotOptions16(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PivotOptions16(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PivotOptions16(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to