Share via


TableCellPropertiesChange Constructors

Definition

Overloads

TableCellPropertiesChange()

Initializes a new instance of the TableCellPropertiesChange class.

TableCellPropertiesChange(OpenXmlElement[])

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

TableCellPropertiesChange(IEnumerable<OpenXmlElement>)

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

TableCellPropertiesChange(String)

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

TableCellPropertiesChange()

Initializes a new instance of the TableCellPropertiesChange class.

public TableCellPropertiesChange ();
Public Sub New ()

Applies to

TableCellPropertiesChange(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TableCellPropertiesChange(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TableCellPropertiesChange(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to