DeleteSubGroup Method

Contained in the Region Object Deletes the subgroup at the specified index location from the subgroup list.

Syntax

region.DeleteSubGroup long

The DeleteSubGroup method syntax has these parts:

Part  Description

region  An object expression that evaluates to a Region Object.

long  A numeric expression specifying the index of the subgroup to delete. See Data Indexing.

 

Return Value

Returns a Boolean value; true if successful, false if not.