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