Table Object Members
Project Developer Reference |
A Table object represents a resource, task, or other type of table in Microsoft Office Project 2007.
Methods
Name | Description | |
---|---|---|
Apply | Applies changes to the specified table. | |
Delete | Deletes an object from its containing collection. |
Properties
Name | Description | |
---|---|---|
AdjustHeaderRowHeight | True if the header row height of the table can be adjusted. Read/write Boolean. | |
Application | Returns an Application object. Read-only Object. | |
DateFormat | Returns or sets the date format of the table. Can be one of the PjDateFormat constants. Read/write Long. | |
Index | Returns the index of an object in its containing collection. Read-only Long. | |
LockFirstColumn | Returns or sets the first column of the table as locked. Read/write Boolean. | |
Name | Returns the name of the Table object. Read/write String. | |
Parent | Returns the parent of the object. Read-only Object. | |
RowHeight | Read/write. | |
ShowInMenu | True if Project shows the view name in the View Bar and the View menu. Read/write Boolean. | |
TableFields | Returns a TableFields collection representing the fields in a specified table. Read-only Object. | |
TableType | Returns the table type for the specified table. Can be one of the following PjItemType constants: pjOtherItem, pjResourceItem, or pjTaskItem. Read-only Long. |