property Group.Index as Long
Retrieves the index of the object into the Groups collection..

TypeDescription
Long A long expression that indicates the group's index into the groups collection.

Use the Index property to identify a Group object into the groups collection. Use the Caption property to specify the caption of the group. Use the Position property to specify the group's position. Use the Count property to count the groups in the control. Use the Item property to access a group by its index or by its caption. Use the ItemByPos property to retrieve the group by position.