The Name property returns the display name of this TableView object. Read-only.
objTableView.Name
String
The Name property represents the display name assigned to this table view. It can be used to refer to the table view, and to retrieve it by name using the container renderer's CurrentView property or the Views collection's Item property.
You should give every view object a unique name. CDO does not enforce uniqueness, but if a collection has duplicate names, only the first one can be found by name.