ViewCombination Object Members
Project Developer Reference |
A ViewCombination object represents a combination view in Microsoft Office Project 2007.
Methods
Name | Description | |
---|---|---|
Apply | Applies changes to the view. | |
Delete | Deletes an object from its containing collection. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object. Read-only Object. | |
BottomView | Returns or sets a ViewSingle collection representing the lower view of the combination view in the specified project. Read/write | |
Index | Returns the index of an object in its containing collection. Read-only Long. | |
Name | Returns the name of a ViewCombination object. Read/write String. | |
Parent | Returns the parent of the object. Read-only Object. | |
Screen | Returns a screen type for a ViewCombination object. Can be one of the PjViewScreen constants. Read-only Long. | |
ShowInMenu | True if Project shows the view name in the View Bar and the View menu. Read/write Boolean. | |
Single | True if a specified view is a single view. Read-only Boolean. | |
TopView | Returns or sets a ViewSingle object representing the single view of the combination view. Read/write Object. | |
Type | Returns or sets the type of item in a ViewCombination. Can be one of the following PjItemType constants: pjOtherItem, pjResourceItem, or pjTaskItem. Read/write Long. |