CalculationChain Constructors

Definition

Overloads

CalculationChain()

Initializes a new instance of the CalculationChain class.

CalculationChain(OpenXmlElement[])

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

CalculationChain(IEnumerable<OpenXmlElement>)

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

CalculationChain(String)

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

CalculationChain()

Initializes a new instance of the CalculationChain class.

public CalculationChain ();
Public Sub New ()

Applies to

CalculationChain(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CalculationChain(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CalculationChain(String)

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

public CalculationChain (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.CalculationChain : string -> DocumentFormat.OpenXml.Spreadsheet.CalculationChain
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to