Share via


_Application.CalculationState Property

Returns an XlCalculationState constant that indicates the calculation state of the application for any calculations that are being performed in Microsoft Excel.

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

Syntax

'Declaration
ReadOnly Property CalculationState As XlCalculationState
    Get
'Usage
Dim instance As _Application
Dim value As XlCalculationState

value = instance.CalculationState
XlCalculationState CalculationState { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlCalculationState

Remarks

XlCalculationState can be one of these XlCalculationState constants:

xlCalculating

xlDone

xlPending

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace