TableRowPropertiesChange Constructors

Definition

Overloads

TableRowPropertiesChange()

Initializes a new instance of the TableRowPropertiesChange class.

TableRowPropertiesChange(OpenXmlElement[])

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

TableRowPropertiesChange(IEnumerable<OpenXmlElement>)

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

TableRowPropertiesChange(String)

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

TableRowPropertiesChange()

Initializes a new instance of the TableRowPropertiesChange class.

public TableRowPropertiesChange ();
Public Sub New ()

Applies to

TableRowPropertiesChange(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TableRowPropertiesChange(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TableRowPropertiesChange(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to