_Application.EnableLargeOperationAlert Property

Definition

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.

public:
 property bool EnableLargeOperationAlert { bool get(); void set(bool value); };
public bool EnableLargeOperationAlert { get; set; }
Public Property EnableLargeOperationAlert As Boolean

Property Value

Boolean

Remarks

The default value of this property is True.

Applies to