Click or drag to resize
Table Methods

The Table type exposes the following members.

Methods
  NameDescription
Public methodInsertRowAfter
Inserts new rows below the row with the specified cell.
Public methodCode exampleOpenCellRC
Opens the specified cell and returns a Cell object.
Public methodOpenColumn
Opens the specified column and returns a column object.
Public methodOpenRow
Opens the specified row and returns a row object.
Public methodRemoveRowAt
Removes the row with the specified cell.
Public methodSetRowsHeight(Single)
Sets the height of all rows in the Table.
Public methodSetRowsHeight(Single, WdRowHeightRule)
Sets the height of all rows in the Table.
Top
See Also