共用方式為


NortheastCell Constructors

Definition

Overloads

NortheastCell()

Initializes a new instance of the NortheastCell class.

NortheastCell(OpenXmlElement[])

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

NortheastCell(IEnumerable<OpenXmlElement>)

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

NortheastCell(String)

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

NortheastCell()

Initializes a new instance of the NortheastCell class.

public NortheastCell ();
Public Sub New ()

Applies to

NortheastCell(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NortheastCell(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NortheastCell(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to