_Application.CalculationInterruptKey Property

Definition

Sets or returns an XlCalculationInterruptKey constant that specifies the key that can interrupt Microsoft Excel when performing calculations.

public:
 property Microsoft::Office::Interop::Excel::XlCalculationInterruptKey CalculationInterruptKey { Microsoft::Office::Interop::Excel::XlCalculationInterruptKey get(); void set(Microsoft::Office::Interop::Excel::XlCalculationInterruptKey value); };
public Microsoft.Office.Interop.Excel.XlCalculationInterruptKey CalculationInterruptKey { get; set; }
Public Property CalculationInterruptKey As XlCalculationInterruptKey

Property Value

Remarks

XlCalculationInterruptKey can be one of these XlCalculationInterruptKey constants:

xlAnyKey

xlEscKey

xlNoKey

Applies to