_Application.EnableLargeOperationAlert Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.