GroupList Property
Description
The list of sub-groups of this group.
Property type
Read-only property
Syntax
Visual Basic
Public Property GroupList As List
Remarks
When a grouping operation is performed on multiple group-by fields, the groups form a hierarchy. For example, after grouping defects by BG_SEVERITY and  BG_PRIORITY, GroupList returns a list of groups with a group-by field (FieldName property) of BG_SEVERITY, and each of those groups contain a list of sub-groups with group-by field of BG_PRIORITY.
See Also