PivotValueCell Constructors

Definition

Overloads

PivotValueCell()

Initializes a new instance of the PivotValueCell class.

PivotValueCell(OpenXmlElement[])

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

PivotValueCell(IEnumerable<OpenXmlElement>)

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

PivotValueCell(String)

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

PivotValueCell()

Initializes a new instance of the PivotValueCell class.

public PivotValueCell ();
Public Sub New ()

Applies to

PivotValueCell(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PivotValueCell(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PivotValueCell(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to