FormulaReference Constructors

Definition

Overloads

FormulaReference()

Initializes a new instance of the FormulaReference class.

FormulaReference(OpenXmlElement[])

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

FormulaReference(IEnumerable<OpenXmlElement>)

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

FormulaReference(String)

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

FormulaReference()

Initializes a new instance of the FormulaReference class.

public FormulaReference ();
Public Sub New ()

Applies to

FormulaReference(OpenXmlElement[])

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

public FormulaReference (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

FormulaReference(IEnumerable<OpenXmlElement>)

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

public FormulaReference (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

FormulaReference(String)

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

public FormulaReference (string outerXml);
new DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference : string -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to