FileDialogFilter.Extensions Property
Gets a value containing the extensions that determine which files are displayed in a file dialog box for each Filter object. Read-only.
Syntax
expression.Extensions
expression An expression that returns a FileDialogFilter object.
Return Value
String
Example
The following example displays the extensions and descriptions for Microsoft Office Excel files by iterating through the filter in the SaveAs dialog box.
| Visual Basic for Applications |
|---|
|