Share via


Dialogs._Default Property

Reserved for internal use.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Default Property _Default ( _
    Index As XlBuiltInDialog _
) As Dialog
    Get
'Usage
Dim instance As Dialogs
Dim Index As XlBuiltInDialog
Dim value As Dialog

value = instance(Index)
Dialog this[
    XlBuiltInDialog Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.Excel.Dialog

See Also

Reference

Dialogs Interface

Dialogs Members

Microsoft.Office.Interop.Excel Namespace