ViewsCombination.Add Method

Project Developer Reference

Adds a ViewCombination object to ViewsCombination collection.

Syntax

expression.Add(Name, TopView, BottomView, ShowInMenu)

expression   A variable that represents a ViewsCombination object.

Parameters

Name Required/Optional Data Type Description
Name Required String The name of the combination view.
TopView Required Variant The view that appears in the top pane of a combination view.
BottomView Required Variant The view that appears in the bottom pane of a combination view.
ShowInMenu Optional Boolean True if Project Server shows the view in the View menu. The default value is False

Return Value
ViewCombination

See Also