ViewsCombination.Add method (Project)
Adds a ViewCombination object to a 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
ViewsCombination Collection Object
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.