_Application.EnableLargeOperationAlert Property

Sets or returns a Boolean that represents whether to display an alert message when a user attempts to perform an operation that affects a larger number of cells than is specified in the Office center UI. Read/write.

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

Syntax

'Declaration
Property EnableLargeOperationAlert As Boolean
    Get
    Set
'Usage
Dim instance As _Application
Dim value As Boolean

value = instance.EnableLargeOperationAlert

instance.EnableLargeOperationAlert = value
bool EnableLargeOperationAlert { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

The default value of this property is True.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace