| Name | Description |
|---|---|
| Borders | Returns the table border settings |
| Cells | Returns a collection of cells of the table |
| CellSpacingX | Specifies the horizontal cell spacing |
| CellSpacingY | Specifies the vertical cell spacing |
| Columns | Returns a collection of columns of the table |
| Rows | Returns a collection of rows of the table |
| Selection | Returns the selected cells |
| SeparatedBorders | Specifies whether the cell borders are separated or collapsed |
| TypeID |
| Name | Description |
|---|---|
| AddColumn | Adds a table column |
| AddRow | Adds a table row |
| Cell | Returns the specified cell of the table |
| CellRange | Returns a range of cells of the table |
| ClearSelection | Deselects all the cells in the table |
| ConvertToText | Converts the table to text |
| CreateEmptyCellRange | Creates an empty cell range object |
| Delete | Deletes the table |
| Select | Selects all the cells in the table |
| SetCellSpacing | Sets both horizontal and vertical cell spacing |