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