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