PivotValueCell Constructeurs

Définition

Surcharges

PivotValueCell()

Initialise une nouvelle instance de la classe PivotValueCell.

PivotValueCell(OpenXmlElement[])

Initialise une nouvelle instance de la classe PivotValueCell avec les éléments enfants spécifiés.

PivotValueCell(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe PivotValueCell avec les éléments enfants spécifiés.

PivotValueCell(String)

Initialise une nouvelle instance de la classe PivotValueCell à partir du code XML externe.

PivotValueCell()

Initialise une nouvelle instance de la classe PivotValueCell.

public PivotValueCell ();
Public Sub New ()

S’applique à

PivotValueCell(OpenXmlElement[])

Initialise une nouvelle instance de la classe PivotValueCell avec les éléments enfants spécifiés.

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

PivotValueCell(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe PivotValueCell avec les éléments enfants spécifiés.

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

PivotValueCell(String)

Initialise une nouvelle instance de la classe PivotValueCell à partir du code XML externe.

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

Paramètres

outerXml
String

Spécifie le code XML externe de l’élément.

S’applique à