PivotUserEdit Constructors

Definition

Overloads

PivotUserEdit()

Initializes a new instance of the PivotUserEdit class.

PivotUserEdit(OpenXmlElement[])

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

PivotUserEdit(IEnumerable<OpenXmlElement>)

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

PivotUserEdit(String)

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

PivotUserEdit()

Initializes a new instance of the PivotUserEdit class.

public PivotUserEdit ();
Public Sub New ()

Applies to

PivotUserEdit(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PivotUserEdit(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PivotUserEdit(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to