MsoFileDialogView enumeration (Office)
Specifies the view presented to the user in a file dialog box.
Name | Value | Description |
---|---|---|
msoFileDialogViewDetails | 2 | Files displayed in a list with detail information. |
msoFileDialogViewLargeIcons | 6 | Files displayed as large icons. |
msoFileDialogViewList | 1 | Files displayed in a list without details. |
msoFileDialogViewPreview | 4 | Files displayed in a list with a preview pane showing the selected file. |
msoFileDialogViewProperties | 3 | Files displayed in a list with a pane showing the selected file's properties. |
msoFileDialogViewSmallIcons | 7 | Files displayed as small icons. |
msoFileDialogViewThumbnail | 5 | Files displayed as thumbnails. |
msoFileDialogViewTiles | 9 | Files displayed as tiled icons. |
msoFileDialogViewWebView | 8 | Files displayed in web view. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.