property View.Index as Long
Indicates the index of the view.

TypeDescription
Long A long expression that specifies the index of the view ( 0-based )
The Index property specifies the index of the view on the control. The following properties can be used to access a view:

The ActiveView property gets the active view ( the last view with any active items inside ). The DefaultView property specifies the default view on the control. The View property returns the default view, in case it is not called during an event. During any event, the View property returns the view where the event occurs.