[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
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) |
§3.6.1 |
extLst (Future Feature Data Storage Area) |
§3.2.10 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_CalcChain">
<sequence>
<element name="c" type="CT_CalcCell" minOccurs="1" maxOccurs="unbounded"/>
<element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
</sequence>
</complexType>