Returns the subordinated groups.

Type Info:

Groups As Groups
Example:
Dim Groups As Groups
Dim Group As Group
Dim SubGroups As Groups

Set Groups = Application.ActiveProjectFile.SubFiles(1).Groups
Set Group = Groups.Item(1)

Set SubGroups = Group.Groups
Remarks: Read-only property.

The returned groups are exclusively the groups of the directly underlying level.

See also:

Class Group

Last Updated: 10/26/04