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
Bb179428.methods(en-us,office.12).gif Apply Applies changes to the specified table.
Bb179428.methods(en-us,office.12).gif Delete Deletes an object from its containing collection.

Properties

  Name Description
Bb179428.properties(en-us,office.12).gif AdjustHeaderRowHeight True if the header row height of the table can be adjusted. Read/write Boolean.
Bb179428.properties(en-us,office.12).gif Application Returns an Application object. Read-only Object.
Bb179428.properties(en-us,office.12).gif DateFormat Returns or sets the date format of the table. Can be one of the PjDateFormat constants. Read/write Long.
Bb179428.properties(en-us,office.12).gif Index Returns the index of an object in its containing collection. Read-only Long.
Bb179428.properties(en-us,office.12).gif LockFirstColumn Returns or sets the first column of the table as locked. Read/write Boolean.
Bb179428.properties(en-us,office.12).gif Name Returns the name of the Table object. Read/write String.
Bb179428.properties(en-us,office.12).gif Parent Returns the parent of the object. Read-only Object.
Bb179428.properties(en-us,office.12).gif RowHeight Read/write.
Bb179428.properties(en-us,office.12).gif ShowInMenu True if Project shows the view name in the View Bar and the View menu. Read/write Boolean.
Bb179428.properties(en-us,office.12).gif TableFields Returns a TableFields collection representing the fields in a specified table. Read-only Object.
Bb179428.properties(en-us,office.12).gif TableType Returns the table type for the specified table. Can be one of the following PjItemType constants: pjOtherItem, pjResourceItem, or pjTaskItem. Read-only Long.