Freigeben über


CalculationChain-Klasse

Calculation Chain Info. It is the root element of CalculationChainPart.When the object is serialized out as xml, its qualified name is x:calcChain.

Vererbungshierarchie

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

'Declaration
<ChildElementInfoAttribute(GetType(CalculationCell))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public Class CalculationChain _
    Inherits OpenXmlPartRootElement
'Usage
Dim instance As CalculationChain
[ChildElementInfoAttribute(typeof(CalculationCell))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public class CalculationChain : OpenXmlPartRootElement

Hinweise

The following table lists the possible child types:

  • CalculationCell <x:c>

  • ExtensionList <x:extLst>

[ISO/IEC 29500-1 1. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

CalculationChain-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace