XlCalculationState Enumeration

Specifies the calculation state of the application.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlCalculationState
'Usage
Dim instance As XlCalculationState
public enum XlCalculationState

Members

Member name Description
xlDone Calculations complete.
xlCalculating Calculations in process.
xlPending Changes that trigger calculation have been made, but a recalculation has not yet been performed.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace