_Application.Dialogs Property
Returns a Dialogs collection that represents all built-in dialog boxes.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Dialogs As Dialogs
Get
'Usage
Dim instance As _Application
Dim value As Dialogs
value = instance.Dialogs
Dialogs Dialogs { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Dialogs