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