CalculateType Enumeration
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.