Filters
Properties
- Count As Long
- Returns the number of filters.
- Item(ID As Variant) As Filter
- Returns a filter matching the specified ID.
- ID As Variant
- Specifies the Index or ID of the requested filter.
- SelectedFilter As String
- Sets/Returns the ID of the selected filter in the dialog.
Methods
- Add(ID As String, Caption As String, Pattern As String, [Before As String]) As Filter
- Adds a filter to the file type dropdown.
- ID As String
- Specifies the ID of the filter.
- Caption As String
- Specifies the caption of the filter in the file type dropdown list.
- Pattern As String
- Specifies the pattern to use for the filter.
- Optional Before As String
- Specifies the filter it's to be placed before.
- Remove(ID As String)
- Removes a filter from the file type dropdown.
- ID As String
- Specifies the ID of the filter.