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 different types of workbook calculation.
Namespace: Microsoft.Office.Excel.Server.WebServices
Assembly: Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)
Syntax
'Declaration
Public Enumeration CalculateType
'Usage
Dim instance As CalculateType
public enum CalculateType
Members
Member name | Description | |
---|---|---|
Recalculate | Calculates only formulas that have been changed by some action. | |
CalculateFull | Calculates all formulas, but without rebuilding the dependency tree. |
Remarks
This type is used in the CalculateWorkbook(String, CalculateType, []) method.