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
- fileDialogType
Type: Microsoft.Office.Core.MsoFileDialogType
Property Value
Type: Microsoft.Office.Core.FileDialog
Implements
_Application.FileDialog[MsoFileDialogType]