Contained in the Region Object Inserts an empty subgroup to the specified index location in the subgroup list, or if the index value passed is beyond the end of the subgroup list, the empty subgroup will be added at the end of the list. This subgroup can then be populated with Items.
Syntax
region.InsertSubGroup long
The InsertSubGroup method syntax has these parts:
Part Description
region An object expression that evaluates to a Region Object.
long A numeric expression specifying the index to insert the new subgroup into. See Data Indexing.
Return Value
Returns a Boolean value; true if successful, false if not.