_Application.CalculationState Property

Definition

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

public:
 property Microsoft::Office::Interop::Excel::XlCalculationState CalculationState { Microsoft::Office::Interop::Excel::XlCalculationState get(); };
public Microsoft.Office.Interop.Excel.XlCalculationState CalculationState { get; }
Public ReadOnly Property CalculationState As XlCalculationState

Property Value

Remarks

XlCalculationState can be one of these XlCalculationState constants:

xlCalculating

xlDone

xlPending

Applies to