Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 944 Bytes

Project.Tables.Add.md

File metadata and controls

44 lines (25 loc) · 944 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Tables.Add method (Project)
project-server
Project.Tables.Add
595c0cb8-fd3f-8f5c-3eaf-588f41dc36dc
06/08/2017
medium

Tables.Add method (Project)

Adds a Table object to a Tables collection.

Syntax

expression.Add (Name, Field, Task)

expression A variable that represents a 'Tables' object.

Parameters

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.

Return value

Table

See also

Tables Collection Object

[!includeSupport and feedback]