SplitParts Collection Object
Project Developer Reference |
Contains a collection of SplitPart objects.
Example
Using the SplitParts Collection Object
Use SplitParts(Index), where Index is the index number of the task index number, to return a single SplitPart object. The following example lists the start and finish times of each task portion of the task in the active cell.
Visual Basic for Applications |
---|
|
Using the SplitParts Collection
Use the SplitParts property to return a SplitParts collection. The following example returns the number of task portions for each task in the active project.
Visual Basic for Applications |
---|
|
Use the Split method (Task object) to add a SplitPart object to the SplitParts collection. (The Split method creates a split in a task.) The following example creates a split in the task from Wednesday to Monday.
Visual Basic for Applications |
---|
|
See Also