Share via


_Application.CalculationInterruptKey Property

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

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

Syntax

'Declaration
Property CalculationInterruptKey As XlCalculationInterruptKey
    Get
    Set
'Usage
Dim instance As _Application
Dim value As XlCalculationInterruptKey

value = instance.CalculationInterruptKey

instance.CalculationInterruptKey = value
XlCalculationInterruptKey CalculationInterruptKey { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlCalculationInterruptKey

Remarks

XlCalculationInterruptKey can be one of these XlCalculationInterruptKey constants:

xlAnyKey

xlEscKey

xlNoKey

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace