Group2.ShowSummary Property (Project)
True if summary tasks are displayed in a task view that is organized by group. Read/write Boolean.
Syntax
expression .ShowSummary
expression An expression that returns a Group2 object.
Example
The following example displays the name of the second Group2 object in the TaskGroups2 collection, and then displays the setting for the ShowSummary property in the Immediate window.
Debug.Print ActiveProject.TaskGroups2(2).Name
Debug.Print activeproject.TaskGroups2(2).ShowSummary