Share via


TableCellStyle Constructors

Definition

Overloads

TableCellStyle()

Initializes a new instance of the TableCellStyle class.

TableCellStyle(OpenXmlElement[])

Initializes a new instance of the TableCellStyle class with the specified child elements.

TableCellStyle(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TableCellStyle class with the specified child elements.

TableCellStyle(String)

Initializes a new instance of the TableCellStyle class from outer XML.

TableCellStyle()

Initializes a new instance of the TableCellStyle class.

public TableCellStyle ();
Public Sub New ()

Applies to

TableCellStyle(OpenXmlElement[])

Initializes a new instance of the TableCellStyle class with the specified child elements.

public TableCellStyle (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.TableCellStyle : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.TableCellStyle
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TableCellStyle(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TableCellStyle class with the specified child elements.

public TableCellStyle (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.TableCellStyle : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.TableCellStyle
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TableCellStyle(String)

Initializes a new instance of the TableCellStyle class from outer XML.

public TableCellStyle (string outerXml);
new DocumentFormat.OpenXml.Drawing.TableCellStyle : string -> DocumentFormat.OpenXml.Drawing.TableCellStyle
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to