[Missing <summary> documentation for P:Microsoft.Office.Interop.Excel._Application.DisplayAlerts]

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

Syntax

C#
bool DisplayAlerts { get; set; }
Visual Basic (Declaration)
Property DisplayAlerts As Boolean
Visual C++
property bool DisplayAlerts {
	bool get ();
	void set (bool value);
}

See Also