ViewSingle Object Members
Project Developer Reference |
A ViewSingle object represents a single-pane 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. | |
Filter | Returns or sets a Filter object representing the filter used in a single view. Read/write Object. | |
Group | Returns or sets a Group object for a single view. Read/write Group. | |
HighlightFilter | True if Project highlights the filter for a single view. Read/write Boolean. | |
Index | Returns the index of an object in its containing collection. Read-only Long. | |
Name | Returns the name of a ViewSingle object. Read/write String. | |
Parent | Returns the parent of the object. Read-only Object. | |
Screen | Returns a screen type for a ViewSingle object. Can be one of the PjViewScreen constants. Read-only Long. | |
ShowInMenu | True if 1Project 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. | |
Table | Returns a Table object representing the table of the single view. Read/write Object. | |
Type | Returns or sets the type of item in a View Single. Can be one of the following PjItemType constants: pjOtherItem, pjResourceItem, or pjTaskItem. Read/write Long. |