<calcChain>
(Calculation Chain Info)
This element represents the root of the calculation chain.
Parent Elements |
---|
Root element of SpreadsheetML Calculation Chain part |
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>