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