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