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