title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Tables.Add method (Project) |
project-server |
|
595c0cb8-fd3f-8f5c-3eaf-588f41dc36dc |
06/08/2017 |
medium |
Adds a Table object to a Tables collection.
expression.Add (Name, Field, Task)
expression A variable that represents a 'Tables' object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Name | Required | String | The name of the table. |
Field | Required | Long | The name of the field. Can be one of the PjField constants. |
Task | Optional | Boolean | True if the table being added is a task table. The default value is True. |
Table
[!includeSupport and feedback]