| Table Methods |
The Table type exposes the following members.
| Name | Description | |
|---|---|---|
| InsertRowAfter |
Inserts new rows below the row with the specified cell.
| |
| OpenCellRC |
Opens the specified cell and returns a Cell object.
| |
| OpenColumn |
Opens the specified column and returns a column object.
| |
| OpenRow |
Opens the specified row and returns a row object.
| |
| RemoveRowAt |
Removes the row with the specified cell.
| |
| SetRowsHeight(Single) |
Sets the height of all rows in the Table.
| |
| SetRowsHeight(Single, WdRowHeightRule) |
Sets the height of all rows in the Table.
|