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 | |
---|---|---|
![]() |
Delete | Deletes an object from its containing collection. |
Properties
Name | Description | |
---|---|---|
![]() |
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. |
![]() |
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. |
![]() |
Application | Returns an Application object. Read-only Object. |
![]() |
AutoWrap | True if the text in table cells automatically wraps. Read/write Boolean. |
![]() |
Field | Returns or sets the type of a table field. Can be one of the PjField constants. Read/write Long. |
![]() |
Index | Returns the index of an object in its containing collection. Read-only Long. |
![]() |
Parent | Returns the parent of the object. Read-only Object. |
![]() |
Title | Returns or sets a string representing the title of a specified table field. Read/write String. |
![]() |
Width | Returns or sets the width in points of the field width in a TableField object. Read/write Long. |