CalculateModeValues enumeration
Office 2013 and later
Calculation Mode
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Manual | Manual Calculation Mode. When the item is serialized out as xml, its value is "manual". | |
| Auto | Automatic. When the item is serialized out as xml, its value is "auto". | |
| AutoNoTable | Automatic Calculation (No Tables). When the item is serialized out as xml, its value is "autoNoTable". |
Show: