Partager via


NortheastCell Constructeurs

Définition

Surcharges

NortheastCell()

Initialise une nouvelle instance de la classe NortheastCell.

NortheastCell(OpenXmlElement[])

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

NortheastCell(IEnumerable<OpenXmlElement>)

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

NortheastCell(String)

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

NortheastCell()

Initialise une nouvelle instance de la classe NortheastCell.

public NortheastCell ();
Public Sub New ()

S’applique à

NortheastCell(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

NortheastCell(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

NortheastCell(String)

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

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

Paramètres

outerXml
String

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

S’applique à