Renames an existing filter.
| Visual Basic |
|---|
Public Sub SetFilterName( _ ByVal CurrentName As String, _ ByVal NewName As String _ ) |
- CurrentName
- A string value which represents the current filter name.
- NewName
- A string value which represents the new filter name.