property Groups.Item (Index as Variant) as Group
Returns a specific Group from the collection.

TypeDescription
Index as Variant A long expression that indicates the group's index, or a string expression that indicates the group's caption.
Group A Group object being retrieved.

use the Item property to access a given Group object. The Item property is the default property in the Groups object, and Groups.Item(x) is similar with Groups(x). Use the ItemByPos property to access a Group object by its position.