Application.GanttRollup Method (Project)

Specifies the rollup behavior of bars on the Gantt Chart.

Syntax

expression .GanttRollup(AlwaysRollup, HideWhenSummaryExpanded)

expression A variable that represents an Application object.

Parameters

Name

Required/Optional

Data Type

Description

AlwaysRollup

Optional

Boolean

True if rolled-up Gantt bars always display. The default value is False.

HideWhenSummaryExpanded

Optional

Boolean

True if rolled-up Gantt bars should be hidden when summary tasks are expanded. The default value is False.

Return Value

Boolean