Skip to content

Commit 3ba0209

Browse files
committed
clean up docs\spreadsheet\working-with-the-calculation-chain.md
1 parent c69d518 commit 3ba0209

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/spreadsheet/working-with-the-calculation-chain.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.suite: office
1111
ms.author: o365devx
1212
author: o365devx
1313
ms.topic: conceptual
14-
ms.date: 11/01/2017
14+
ms.date: 01/14/2025
1515
ms.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

2727
The 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

3030
An instance of this part type contains an ordered set of references to
3131
all 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
6767
implementing application the order in which calculations must be
6868
performed 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

7272
The 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/>`)
8484
element 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/>`
8787
elements 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
9393
cell that contains a formula.
9494

9595
The following information from the ISO/IEC 29500 specification
96-
introduces the **CalculationCell** (\<**c**\>) element.
96+
introduces the `CalculationCell` (`<c/>`) element.
9797

9898
Every 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
100100
attribute r indicates the cell's address in the sheet. The index
101101
attribute i indicates the index of the sheet with which that cell is
102102
associated.
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

Comments
 (0)