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