Table Members
In This Article
#Properties
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. |
#Methods
Name | Description |
---|---|
Begin |
Locks the Table object by preventing visual updates until the End |
Cell |
Provides access to a cell in a table. |
End |
Unlocks the Table object after a call to the Begin |
For |
Performs the specified action on each cell in the table. |
For |
Enables you to specify a delegate which will be executed for each row of a table. |
Make |
Merges all columns with indexes greater than 63 into a single column. |
Merge |
Merges the cells in the specified range into a single cell. |
Reset() | |
Reset |
|
Set |
Specifies the preferred width for the table in specified units. |
Validate() | Checks whether the current table instance is valid and usable. |
See Also