FileDialogFilter.Description Property
Gets the description of each Filter object as a String value. The description is the text that is displayed in a file dialog box. Read-only.
Syntax
expression.Description
expression Required. A variable that represents a FileDialogFilter object.
Example
The following example iterates through the default filters of the SaveAs dialog box and displays the description of each filter that includes a Microsoft Excel file. The Extensions property is used to find the appropriate filter objects.
| Visual Basic for Applications |
|---|
|