@@ -11,7 +11,7 @@ ms.suite: office
1111ms.author : o365devx 
1212author : o365devx 
1313ms.topic : conceptual 
14- ms.date : 11/ 01/2017 
14+ ms.date : 01/14/2025  
1515ms.localizationpriority : high 
1616--- 
1717# Working with the calculation chain  
@@ -25,7 +25,7 @@ SpreadsheetML document, see [Structure of a SpreadsheetML document](structure-of
2525## CalculationChain in SpreadsheetML  
2626
2727The following information from the [ !include[ ISO/IEC 29500 URL] ( ../includes/iso-iec-29500-link.md )] 
28- specification introduces the ** CalculationChain**  ( \< ** calcChain** \> ) element.
28+ specification introduces the ` CalculationChain `  ( ` < calcChain/> ` ) element.
2929
3030An instance of this part type contains an ordered set of references to
3131all cells in all worksheets in the workbook whose value is calculated
@@ -67,41 +67,41 @@ expressed in the Calculation Chain part does not force or dictate to the
6767implementing application the order in which calculations must be
6868performed at runtime.
6969
70- ©  [ !include[ ISO/IEC 29500 version] ( ../includes/iso-iec-29500-version.md )] 
70+ & copy ;   [ !include[ ISO/IEC 29500 version] ( ../includes/iso-iec-29500-version.md )] 
7171
7272The following table lists the common Open XML SDK classes used when
73- working with the ** CalculationChain**  class.
73+ working with the ` CalculationChain `  class.
7474
7575
7676|  ** SpreadsheetML Element**  |  ** Open XML SDK Class**  | 
7777| ---------------------------| ----------------------------| 
78- |              c              |       CalculationCell       | 
78+ |              ` <c/> `              |       CalculationCell       | 
7979
8080## Open XML SDK CalculationChain Class  
8181
82- The Open XML SDK** CalculationChain**  class
83- represents the paragraph (\< ** calcChain** \> )
82+ The Open XML SDK  ` CalculationChain `  class
83+ represents the paragraph (` < calcChain/> ` )
8484element defined in the Open XML File Format schema for SpreadsheetML
85- documents. Use the ** CalculationChain**  class
86- to manipulate individual \< ** calcChain** \> 
85+ documents. Use the ` CalculationChain `  class
86+ to manipulate individual ` < calcChain/> ` 
8787elements in a SpreadsheetML document.
8888
8989### Calculation Cell Class  
9090
91- The ** CalculationCell**  class represents the
92- cell (\< ** si ** \> ) element that represents a
91+ The ` CalculationCell `  class represents the
92+ cell (` <c/> ` ) element that represents a
9393cell that contains a formula.
9494
9595The following information from the ISO/IEC 29500 specification
96- introduces the ** CalculationCell**  ( \< ** c ** \> ) element.
96+ introduces the ` CalculationCell `  ( ` <c/> ` ) element.
9797
9898Every c element represents a cell containing a formula. The first cell
99- calculated appears first (top-tobottom ), and so on. The reference
99+ calculated appears first (top-to-bottom ), and so on. The reference
100100attribute r indicates the cell's address in the sheet. The index
101101attribute i indicates the index of the sheet with which that cell is
102102associated.
103103
104- ©  [ !include[ ISO/IEC 29500 version] ( ../includes/iso-iec-29500-version.md )] 
104+ & copy ;   [ !include[ ISO/IEC 29500 version] ( ../includes/iso-iec-29500-version.md )] 
105105
106106### SpreadsheetML  
107107
0 commit comments