Cell Object Members
Project Developer Reference |
A Cell object represents the active cell in a view. A Cell object can be accessed only through the Application.ActiveCell property.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object. Read-only Object. | |
CellColor | The description for this member will appear in the final release of Office 2007. | |
FieldID | Returns the identification number of the task or resource field in the active cell. Read-only Long. | |
FieldName | Returns the column title of the field in the active cell. If the title does not exist, then the field name is returned. Read-only String. | |
FontColor | Returns or sets the color of the font. Read/write Long. Can be one of the following PjColor constants: | |
Parent | Returns the parent of the object. Read-only Object. | |
Pattern | Returns or sets the pattern of the cell for a field used as a criterion in a group definition. Read/write Long. Can be one of the PjBackgroundPattern constants. | |
Resource | Returns a Resource object representing the resource in the active cell. Read-only. | |
Task | Returns a Task object representing the task in the active cell. Read-only Object. | |
Text | Returns the text of the cell. Read-only String. |