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