Task.Rollup Property
Project Developer Reference |
True if the dates of a subtask appear on its corresponding summary task bar. This property must be True on the summary task as well as the subtasks for the rollup to occur. Read/write Variant.
Syntax
expression.Rollup
expression A variable that represents a Task object.
Example
The following example sets the "Rollup" property to "True" for milestone tasks, and "False" for other tasks in the active project.
Visual Basic for Applications |
---|
|
See Also