共用方式為


PivotEdits Constructors

Definition

Overloads

PivotEdits()

Initializes a new instance of the PivotEdits class.

PivotEdits(OpenXmlElement[])

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

PivotEdits(IEnumerable<OpenXmlElement>)

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

PivotEdits(String)

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

PivotEdits()

Initializes a new instance of the PivotEdits class.

public PivotEdits ();
Public Sub New ()

Applies to

PivotEdits(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PivotEdits(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PivotEdits(String)

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

public PivotEdits (string outerXml);
new DocumentFormat.OpenXml.Office2010.Excel.PivotEdits : string -> DocumentFormat.OpenXml.Office2010.Excel.PivotEdits
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to