CalculationChain Class
Calculation Chain Info. It is the root element of CalculationChainPart.When the object is serialized out as xml, its qualified name is x:calcChain.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.OpenXmlPartRootElement
DocumentFormat.OpenXml.Spreadsheet.CalculationChain
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<ChildElementInfoAttribute(GetType(CalculationCell))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public Class CalculationChain _
Inherits OpenXmlPartRootElement
'Uso
Dim instance As CalculationChain
[ChildElementInfoAttribute(typeof(CalculationCell))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public class CalculationChain : OpenXmlPartRootElement
Remarks
The following table lists the possible child types:
CalculationCell <x:c>
ExtensionList <x:extLst>
[ISO/IEC 29500-1 1ª edición]
18.6.2 calcChain (Calculation Chain Info)
This element represents the root of the calculation chain.
Parent Elements |
---|
Root element of SpreadsheetML Calculation Chain part |
Child Elements |
Subclause |
---|---|
c (Cell) |
§18.6.1 |
extLst (Future Feature Data Storage Area) |
§18.2.10 |
[Note: The W3C XML Schema definition of this element's content model (CT_CalcChain) is located in §A.2. end note]
© ISO/IEC29500: 2008. Los extractos anteriores han sido traducidos del inglés al español por Microsoft (o algunos de sus agentes) e ISO no asume ningún tipo de responsabilidad por dichas traducciones.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.