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