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