Share via


ApplicationClass.FileDialog Property

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

Syntax

'Declaration
Public Overridable ReadOnly Property FileDialog ( _
    fileDialogType As MsoFileDialogType _
) As FileDialog
    Get
'Usage
Dim instance As ApplicationClass
Dim fileDialogType As MsoFileDialogType
Dim value As FileDialog

value = instance.FileDialog(fileDialogType)
public virtual FileDialog this[
    MsoFileDialogType fileDialogType
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Core.FileDialog

Implements

_Application.FileDialog[MsoFileDialogType]

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Excel Namespace