共用方式為


Sparklines Constructors

Definition

Overloads

Sparklines()

Initializes a new instance of the Sparklines class.

Sparklines(OpenXmlElement[])

Initializes a new instance of the Sparklines class with the specified child elements.

Sparklines(IEnumerable<OpenXmlElement>)

Initializes a new instance of the Sparklines class with the specified child elements.

Sparklines(String)

Initializes a new instance of the Sparklines class from outer XML.

Sparklines()

Initializes a new instance of the Sparklines class.

public Sparklines ();
Public Sub New ()

Applies to

Sparklines(OpenXmlElement[])

Initializes a new instance of the Sparklines class with the specified child elements.

public Sparklines (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2010.Excel.Sparklines : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2010.Excel.Sparklines
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Sparklines(IEnumerable<OpenXmlElement>)

Initializes a new instance of the Sparklines class with the specified child elements.

public Sparklines (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2010.Excel.Sparklines : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2010.Excel.Sparklines
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Sparklines(String)

Initializes a new instance of the Sparklines class from outer XML.

public Sparklines (string outerXml);
new DocumentFormat.OpenXml.Office2010.Excel.Sparklines : string -> DocumentFormat.OpenXml.Office2010.Excel.Sparklines
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to