Visual Basic Reference

GroupCommand Property

See Also    Example    Applies To

Specifies whether a DECommand object is grouped.

Syntax

object.GroupCommand [=Boolean]

The GroupCommand property syntax has these parts:

Part Description
object An object expression that evaluates to an item in the Applies To list.
Boolean A Boolean expression that defines whether the DECommand object is grouped. The default is False, or ungrouped.

Remarks

This property is used when you define a group-based hierarchy. If set to True, the DECommand object is grouped. Use the DEGroupingFields collection to define the Field objects by which the DECommand object is grouped.