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