Udostępnij za pośrednictwem


PivotFormat Constructors

Definition

Overloads

PivotFormat()

Initializes a new instance of the PivotFormat class.

PivotFormat(OpenXmlElement[])

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

PivotFormat(IEnumerable<OpenXmlElement>)

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

PivotFormat(String)

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

PivotFormat()

Initializes a new instance of the PivotFormat class.

public PivotFormat ();
Public Sub New ()

Applies to

PivotFormat(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PivotFormat(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PivotFormat(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to