Table

Table class

Represents a table in Project

The Table type exposes the following members:

Constructors

NameDescription
Table()Initializes a new instance of the

Properties

NameDescription
nameGets or sets the name of a Table object.
show_in_menuGets or sets a value indicating whether project shows the table name in the Tables drop-down list on the View tab of the Ribbon.
table_fieldsGets a TableFields collection representing the fields in the table.
table_typeGets the table type for the specified table. Read-only
uidGets the unique identifier of a table.
indexGets the index of a Table object in the Tables containing object.
row_heightGets or sets the row height in a table, where the row height is the number of lines of text.
date_formatGets or sets the date format of the table.
adjust_header_row_heightGets or sets a value indicating whether the header row height of the table can be adjusted.
show_add_new_columnGets or sets a value indicating whether to show ‘Add New Column’ interface.
lock_first_columnGets or sets a value indicating whether the first column of a table is locked or editable.

See Also