Partager via


PivotFormat Constructeurs

Définition

Surcharges

PivotFormat()

Initialise une nouvelle instance de la classe PivotFormat.

PivotFormat(OpenXmlElement[])

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

PivotFormat(IEnumerable<OpenXmlElement>)

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

PivotFormat(String)

Initialise une nouvelle instance de la classe PivotFormat à partir d’un code XML externe.

PivotFormat()

Initialise une nouvelle instance de la classe PivotFormat.

public PivotFormat ();
Public Sub New ()

S’applique à

PivotFormat(OpenXmlElement[])

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

public PivotFormat (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Charts.PivotFormat : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.PivotFormat
Public Sub New (ParamArray childElements As OpenXmlElement())

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

PivotFormat(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

PivotFormat(String)

Initialise une nouvelle instance de la classe PivotFormat à partir d’un code XML externe.

public PivotFormat (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.PivotFormat : string -> DocumentFormat.OpenXml.Drawing.Charts.PivotFormat
Public Sub New (outerXml As String)

Paramètres

outerXml
String

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

S’applique à