Share via


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
Bb179366.properties(en-us,office.12).gif Application Returns an Application object. Read-only Object.
Bb179366.properties(en-us,office.12).gif CellColor The description for this member will appear in the final release of Office 2007.
Bb179366.properties(en-us,office.12).gif FieldID Returns the identification number of the task or resource field in the active cell. Read-only Long.
Bb179366.properties(en-us,office.12).gif 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.
Bb179366.properties(en-us,office.12).gif FontColor Returns or sets the color of the font. Read/write Long. Can be one of the following PjColor constants:
Bb179366.properties(en-us,office.12).gif Parent Returns the parent of the object. Read-only Object.
Bb179366.properties(en-us,office.12).gif 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.
Bb179366.properties(en-us,office.12).gif Resource Returns a Resource object representing the resource in the active cell. Read-only.
Bb179366.properties(en-us,office.12).gif Task Returns a Task object representing the task in the active cell. Read-only Object.
Bb179366.properties(en-us,office.12).gif Text Returns the text of the cell. Read-only String.