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
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.