Table Properties
Represents a single table.Name | Description |
---|---|
Borders |
Provides access to the Table |
Bottom |
Gets or sets the space between the bottom border of a table cell and cell contents for all cells in a table. |
First |
Gets the first (uppermost) row of the table. |
Indent | Gets or sets the amount of indentation for a table. |
Is |
Indicates whether a document containing this table can be successfully opened in Microsoft Word. |
Item[Int32, Int32] | Gets a table cell by its row and column index. |
Last |
Gets the last row in a table. |
Left |
Gets or sets the space between the left border of a table cell and cell contents for all cells in a table. |
Nesting |
Gets the nesting level of the current table. |
Parent |
Gets the cell containing the nested table. |
Preferred |
Gets or sets the numerical value of the preferred width. |
Preferred |
Gets or sets how the width of a table is determined if Preferred Width is specified. |
Range | Gets a document range occupied by a table. |
Right |
Gets or sets the space between the right border of a table cell and cell contents for all cells in a table. |
Rows | Provides access to a collection of table rows. |
Style | Gets or sets the style applied to the table. |
Table |
Gets or sets the alignment of a table as a whole within the document. |
Table |
Gets or sets the color of the table background. |
Table |
Gets or sets the amount of space in between the cells of a table. |
Table |
Gets or sets the algorithm which shall be used to lay out the contents of the current table within the document. |
Table |
|
Top |
Gets or sets the space between the top border of a table cell and cell contents for all cells in a table. |
See Also