Table
Contents
[
Hide
]Table class
Represents a table in Project
The Table type exposes the following members:
Constructors
| Name | Description |
|---|---|
| Table() | Initializes a new instance of the Table class. |
Properties
| Name | Description |
|---|---|
| name | Gets or sets the name of a Table object. |
| show_in_menu | Gets 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_fields | Gets a TableFields collection representing the fields in the table. |
| table_type | Gets or sets the table type for the specified table. |
| uid | Gets the unique identifier of a table. |
| index | Gets the index of a Table object in the Tables containing object. |
| row_height | Gets or sets the row height in a table, where the row height is the number of lines of text. |
| date_format | Gets or sets the date format of the table. |
| adjust_header_row_height | Gets or sets a value indicating whether the header row height of the table can be adjusted. |
| show_add_new_column | Gets or sets a value indicating whether to show ‘Add New Column’ interface. |
| lock_first_column | Gets or sets a value indicating whether the first column of a table is locked or editable. |
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks