CalculationChainPart.CalculationChain Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property CalculationChain As CalculationChain
Get
Set
'Usage
Dim instance As CalculationChainPart
Dim value As CalculationChain
value = instance.CalculationChain
instance.CalculationChain = value
public CalculationChain CalculationChain { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.CalculationChain