Tasks.Add Method

Project Developer Reference

Adds a Task object to Tasks collection.

Syntax

expression.Add(Name, Before)

expression   A variable that represents a Tasks object.

Parameters

Name Required/Optional Data Type Description
Name Optional String The name of the new task. The default value is Empty.
Before Optional Long The position of the task in its containing collection. The default value is the position of the last item in the collection.

Return Value
Task

See Also