SoutheastCell 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
SoutheastCell() |
Initializes a new instance of the SoutheastCell class. |
SoutheastCell(OpenXmlElement[]) |
Initializes a new instance of the SoutheastCell class with the specified child elements. |
SoutheastCell(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the SoutheastCell class with the specified child elements. |
SoutheastCell(String) |
Initializes a new instance of the SoutheastCell class from outer XML. |
SoutheastCell()
Initializes a new instance of the SoutheastCell class.
public SoutheastCell ();
Public Sub New ()
Applies to
SoutheastCell(OpenXmlElement[])
Initializes a new instance of the SoutheastCell class with the specified child elements.
public SoutheastCell (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.SoutheastCell : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.SoutheastCell
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
SoutheastCell(IEnumerable<OpenXmlElement>)
Initializes a new instance of the SoutheastCell class with the specified child elements.
public SoutheastCell (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.SoutheastCell : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.SoutheastCell
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
SoutheastCell(String)
Initializes a new instance of the SoutheastCell class from outer XML.
public SoutheastCell (string outerXml);
new DocumentFormat.OpenXml.Drawing.SoutheastCell : string -> DocumentFormat.OpenXml.Drawing.SoutheastCell
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.