Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the calculation mode setting for a workbook.
Namespace: Microsoft.Office.Excel.Server.WebServices
Assembly: Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)
Syntax
'Declaration
Public Enumeration WorkbookCalculation
'Usage
Dim instance As WorkbookCalculation
public enum WorkbookCalculation
Members
Member name | Description | |
---|---|---|
Manual | Disables automatic workbook calculation and requires an explicit call to one of the calculate methods to calculate: Calculate(String, String, RangeCoordinates, []), CalculateA1(String, String, String, []), or CalculateWorkbook(String, CalculateType, []). | |
Automatic | Calculates the workbook automatically. | |
Semiautomatic | Calculates the workbook automatically except for data tables. |