NorthwestCell Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NorthwestCell() |
Initializes a new instance of the NorthwestCell class. |
NorthwestCell(OpenXmlElement[]) |
Initializes a new instance of the NorthwestCell class with the specified child elements. |
NorthwestCell(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the NorthwestCell class with the specified child elements. |
NorthwestCell(String) |
Initializes a new instance of the NorthwestCell class from outer XML. |
NorthwestCell()
Initializes a new instance of the NorthwestCell class.
public NorthwestCell ();
Public Sub New ()
Applies to
NorthwestCell(OpenXmlElement[])
Initializes a new instance of the NorthwestCell class with the specified child elements.
public NorthwestCell (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.NorthwestCell : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.NorthwestCell
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
NorthwestCell(IEnumerable<OpenXmlElement>)
Initializes a new instance of the NorthwestCell class with the specified child elements.
public NorthwestCell (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.NorthwestCell : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.NorthwestCell
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
NorthwestCell(String)
Initializes a new instance of the NorthwestCell class from outer XML.
public NorthwestCell (string outerXml);
new DocumentFormat.OpenXml.Drawing.NorthwestCell : string -> DocumentFormat.OpenXml.Drawing.NorthwestCell
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.