TableField Object Members

Project Developer Reference

A TableField object represents a field in a resource, task, or other type of table in Microsoft Office Project 2007.

Methods

  Name Description
Bb179429.methods(en-us,office.12).gif Delete Deletes an object from its containing collection.

Properties

  Name Description
Bb179429.properties(en-us,office.12).gif AlignData Returns or sets the alignment of data in a table field. Can be one of the following PjAlignment constants: pjCenter, pjLeft, or pjRight. Read/write Long.
Bb179429.properties(en-us,office.12).gif AlignTitle Returns or sets the alignment of the title in a table field. Can be one of the following PjAlignment constants: pjCenter, pjLeft, or pjRight. Read/write Long.
Bb179429.properties(en-us,office.12).gif Application Returns an Application object. Read-only Object.
Bb179429.properties(en-us,office.12).gif AutoWrap True if the text in table cells automatically wraps. Read/write Boolean.
Bb179429.properties(en-us,office.12).gif Field Returns or sets the type of a table field. Can be one of the PjField constants. Read/write Long.
Bb179429.properties(en-us,office.12).gif Index Returns the index of an object in its containing collection. Read-only Long.
Bb179429.properties(en-us,office.12).gif Parent Returns the parent of the object. Read-only Object.
Bb179429.properties(en-us,office.12).gif Title Returns or sets a string representing the title of a specified table field. Read/write String.
Bb179429.properties(en-us,office.12).gif Width Returns or sets the width in points of the field width in a TableField object. Read/write Long.