Share

IGoExcel.DisplayAlerts Property

Gets or sets a property of the Excel application. If this is True, alert dialogs will be displayed.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Property DisplayAlerts As Boolean
	Get
	Set

C#

bool DisplayAlerts { get; set; }

Property Value

Type: Boolean

See Also

Reference

Was this information helpful?