Resources.Add Method (Project)

Adds a Resource object to a Resources collection.

Syntax

expression .Add(Name, Before)

expression A variable that represents a Resources object.

Parameters

Name

Required/Optional

Data Type

Description

Name

Optional

String

The name of the new resource. The default value is an empty string ("").

Before

Optional

Long

The position of the resource in its containing collection. The default value is the position of the last item in the collection.

Return Value

Resource

See Also

Concepts

Resources Collection Object