Share via


TableCellBorders Constructors

Definition

Overloads

TableCellBorders()

Initializes a new instance of the TableCellBorders class.

TableCellBorders(OpenXmlElement[])

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

TableCellBorders(IEnumerable<OpenXmlElement>)

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

TableCellBorders(String)

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

TableCellBorders()

Initializes a new instance of the TableCellBorders class.

public TableCellBorders ();
Public Sub New ()

Applies to

TableCellBorders(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TableCellBorders(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TableCellBorders(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to