CalculateModeValues enumeration

Office 2013 and later

Calculation Mode

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
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: