TaskGroups.Add Method

Project Developer Reference

Adds a Group object to TaskGroups collection.

Syntax

expression.Add(Name, FieldName)

expression   A variable that represents a TaskGroups object.

Parameters

Name Required/Optional Data Type Description
Name Required String The name of a group definition.
FieldName Required String The name of the first field to group by.

Return Value
Group

See Also