Table Constructors
A shape that allows you to create and manipulate tables in a presentation document.| Name | Parameters | Description |
|---|---|---|
| Table(IEnumerable<TableRow>, IEnumerable<TableColumn>, Single, Single) | rows, columns, x, y | Initializes a new instance of the Table class with specified settings. |
| Table(Int32, Int32, Single, Single, Single, Single) | rowCount, columnCount, x, y, width, height | Initializes a new instance of the Table class with specified settings. |
See Also