Share via


Application.AddProgressLine Method

Project Developer Reference

Enters interactive progress line mode, enabling the user to manually draw progress lines.

Syntax

expression.AddProgressLine

expression   A variable that represents an Application object.

Return Value
Boolean

Remarks

The AddProgressLine method has no effect unless the active view is a Gantt view.

The AddProgressLine method requires user interaction before additional code can be executed.

See Also