Muokkaa

Jaa


TableField.Title property (Project)

Gets or sets the title of the field in a table. Read/write String.

Syntax

expression.Title

expression A variable that represents a TableField object.

Remarks

Title is the default property of the TableField object.

Note

Many of the fields in a table don't have a default title, so the Title property is an empty string ("").

Example

The following statement prints "Task Name" in the Immediate pane.

Debug.Print ActiveProject.TaskTables("Entry").TableFields(4)

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.