View Object Members
Project Developer Reference |
A View object represents a view in Microsoft Office Project 2007.
Methods
Name | Description | |
---|---|---|
Apply | Applies a filter to a view in a project. | |
Delete | Deletes an object from its containing collection. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object. Read-only Object. | |
Index | Returns the index of an object in its containing collection. Read-only Long. | |
Name | Returns the name of a View object. Read/write String. | |
Parent | Returns the parent of the object. Read-only Object. | |
Screen | Returns a screen type for a View 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. | |
Type | Returns or sets the type of item in a view. Can be one of the following PjItemType constants: pjOtherItem, pjResourceItem, or pjTaskItem. Read/write Long. |