NortheastCell
NortheastCell
NortheastCell
Constructors
Definition
Overloads
NortheastCell() NortheastCell() |
Initializes a new instance of the NortheastCell class. |
NortheastCell(OpenXmlElement[]) NortheastCell(OpenXmlElement[]) NortheastCell(OpenXmlElement[]) |
Initializes a new instance of the NortheastCell class with the specified child elements. |
NortheastCell(IEnumerable<OpenXmlElement>) NortheastCell(IEnumerable<OpenXmlElement>) NortheastCell(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the NortheastCell class with the specified child elements. |
NortheastCell(String) NortheastCell(String) NortheastCell(String) |
Initializes a new instance of the NortheastCell class from outer XML. |
NortheastCell() NortheastCell()
Initializes a new instance of the NortheastCell class.
public NortheastCell ();
Public Sub New ()
NortheastCell(OpenXmlElement[]) NortheastCell(OpenXmlElement[]) 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.
NortheastCell(IEnumerable<OpenXmlElement>) NortheastCell(IEnumerable<OpenXmlElement>) 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.
NortheastCell(String) NortheastCell(String) 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)