Table
Contents
[
Hide
]Table class
Represents a table in Project
Constructors
| Name | Description |
|---|---|
| Table | Initializes a new instance of the Table class. |
Methods
| Name | Description |
|---|---|
| Equals | Returns a value indicating whether this instance is equal to a specified object. |
| get_AdjustHeaderRowHeight | Gets a value indicating whether the header row height of the table can be adjusted. |
| get_DateFormat | Gets the date format of the table. |
| get_Index | Gets the index of a Table object in the Tables containing object. |
| get_LockFirstColumn | Gets a value indicating whether the first column of a table is locked or editable. |
| get_Name | Gets the name of a Table object. |
| get_RowHeight | Gets the row height in a table, where the row height is the number of lines of text. |
| get_ShowAddNewColumn | Gets a value indicating whether to show ‘Add New Column’ interface. |
| get_ShowInMenu | Gets a value indicating whether project shows the table name in the Tables drop-down list on the View tab of the Ribbon. |
| get_TableFields | Gets a TableFields collection representing the fields in the table. |
| get_TableType | Gets the table type for the specified table. |
| get_Uid | Gets the unique identifier of a table. |
| GetHashCode | Returns a hash code for this Table . |
| set_AdjustHeaderRowHeight | Sets a value indicating whether the header row height of the table can be adjusted. |
| set_DateFormat | Sets the date format of the table. |
| set_LockFirstColumn | Sets a value indicating whether the first column of a table is locked or editable. |
| set_Name | Sets the name of a Table object. |
| set_RowHeight | Sets the row height in a table, where the row height is the number of lines of text. |
| set_ShowAddNewColumn | Sets a value indicating whether to show ‘Add New Column’ interface. |
| set_ShowInMenu | Sets a value indicating whether project shows the table name in the Tables drop-down list on the View tab of the Ribbon. |
| set_TableType | Sets the table type for the specified table. |