Table

Table class

Represents a table in Project

Constructors

NameDescription
TableInitializes a new instance of the Table class.

Methods

NameDescription
EqualsReturns a value indicating whether this instance is equal to a specified object.
get_AdjustHeaderRowHeightGets a value indicating whether the header row height of the table can be adjusted.
get_DateFormatGets the date format of the table.
get_IndexGets the index of a Table object in the Tables containing object.
get_LockFirstColumnGets a value indicating whether the first column of a table is locked or editable.
get_NameGets the name of a Table object.
get_RowHeightGets the row height in a table, where the row height is the number of lines of text.
get_ShowAddNewColumnGets a value indicating whether to show ‘Add New Column’ interface.
get_ShowInMenuGets a value indicating whether project shows the table name in the Tables drop-down list on the View tab of the Ribbon.
get_TableFieldsGets a TableFields collection representing the fields in the table.
get_TableTypeGets the table type for the specified table.
get_UidGets the unique identifier of a table.
GetHashCodeReturns a hash code for this Table .
set_AdjustHeaderRowHeightSets a value indicating whether the header row height of the table can be adjusted.
set_DateFormatSets the date format of the table.
set_LockFirstColumnSets a value indicating whether the first column of a table is locked or editable.
set_NameSets the name of a Table object.
set_RowHeightSets the row height in a table, where the row height is the number of lines of text.
set_ShowAddNewColumnSets a value indicating whether to show ‘Add New Column’ interface.
set_ShowInMenuSets a value indicating whether project shows the table name in the Tables drop-down list on the View tab of the Ribbon.
set_TableTypeSets the table type for the specified table.