property View.View ([Tag as Variant]) as View
Gets the view giving its index or tag.

TypeDescription
Tag as Variant A VARIANT expression that specifies the Tag of the view being searched
View A View object by tag.
The View property gets the view giving its index or tag. The Tag property associates any extra data to the current view. The DataSource property can change the Tag property using the Tag field as explained bellow:

The Select property can select items using wild characters such as * or ?, if the view's SingleSel property is False.