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