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