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