property Frames.Item (Index as Variant) as Frame
Returns a specific Frame of the Frames collection, giving its index.

TypeDescription
Index as Variant A Long expression that defines the index of the frame to be requested.
Frame A Frame object to be requested.
The Item property retrieves a specified frame object. You can use the Item and Count properties to enumerate the frames in the control, as well as for each statement. The Count property returns the number of Frame objects in the collection. The Clear method removes all Frame objects. The Remove method removes a specified frame. The Visible property shows or hides a specified frame.