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