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