Compartilhar via


PivotValueCell Construtores

Definição

Sobrecargas

PivotValueCell()

Inicializa uma nova instância da classe PivotValueCell.

PivotValueCell(OpenXmlElement[])

Inicializa uma nova instância da classe PivotValueCell com os elementos filho especificados.

PivotValueCell(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe PivotValueCell com os elementos filho especificados.

PivotValueCell(String)

Inicializa uma nova instância da classe PivotValueCell do XML externo.

PivotValueCell()

Inicializa uma nova instância da classe PivotValueCell.

public PivotValueCell ();
Public Sub New ()

Aplica-se a

PivotValueCell(OpenXmlElement[])

Inicializa uma nova instância da classe PivotValueCell com os elementos filho especificados.

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())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

PivotValueCell(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe PivotValueCell com os elementos filho especificados.

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))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

PivotValueCell(String)

Inicializa uma nova instância da classe PivotValueCell do XML externo.

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a