WorkbookCalculation Enumeration

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.

See Also

Reference

Microsoft.Office.Excel.Server.WebServices Namespace