Task.SplitParts Property
Project Developer Reference |
Returns a SplitParts collection that represents the portions of a task. Read-only Object.
Syntax
expression.SplitParts
expression A variable that represents a Task object.
Return Value
SplitParts
Example
The following example returns the number of task portions for each task in the active project.
Visual Basic for Applications |
---|
|
See Also