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. |
Description | Gets or sets the alternative description for a table. |
First |
Gets the first (uppermost) row of the table. |
Horizontal |
Gets or sets how the table’s horizontal alignment. |
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. |
Margin |
Gets or sets the distance between the text and the bottom border of the table. |
Margin |
Gets or sets the distance between the text and the left border of the table. |
Margin |
Gets or sets the distance between the text and the right border of the table. |
Margin |
Gets or sets the distance between the text and the top border of the table. |
Nesting |
Gets the nesting level of the current table. |
Offset |
Gets or sets the horizontal offset relative to the Table. |
Offset |
Gets or sets the vertical offset relative to the 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. |
Relative |
Gets or sets to what the table’s horizontal position is relative. |
Relative |
Gets or sets to what the table’s vertical position is relative. |
Right |
Gets or sets the space between the right border of a table cell and cell contents for all cells in a table. |
Right |
Specifies whether to change the table layout’s direction to right-to-left. |
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 an empty space between cells. |
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 |
Gets or sets the table style options that modify the table appearance. |
Text |
Specifies the text wrapping type. |
Title | Gets or sets the alternative title for a table. |
Top |
Gets or sets the space between the top border of a table cell and cell contents for all cells in a table. |
Vertical |
Gets or sets the table’s vertical alignment. |
#Methods
Name | Description |
---|---|
Begin |
Locks the Table object. Prevents visual updates until the End method calls.
|
Cell |
Provides access to a cell in a table. |
End |
Unlocks the Table object after you call Begin . It also causes an immediate visual update.
|
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() | Resets table properties to values specified by the underlying style or to the default style values. |
Reset |
Resets the table properties specified by the mask to the properties of the underlying table style or to default properties. |
Set |
Specifies the preferred width for the table in specified units. |
Validate() | Checks whether the current table instance is valid and usable. |
See Also