PjTaskLinkType enumeration (Project)
Contains constants that specify the type of links between tasks.
Name | Value | Description |
---|---|---|
pjFinishToFinish | 0 | Link tasks from finish to finish. |
pjFinishToStart | 1 | Link tasks from finish to start. |
pjStartToFinish | 2 | Link tasks from start to finish. |
pjStartToStart | 3 | Link tasks from start to start. |
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.