Rename
This method renames the item specified by OldName
from
OldName
to NewName
.
The collection triggers the OnChange event.
Syntax
Rename (OldName As String, NewName As String)
Parameter | Description |
---|---|
OldName |
Name of the item to rename. |
NewName |
New name of the item within the collection. |