Table Properties
A shape that allows you to create and manipulate tables in a presentation document.| Name | Description |
|---|---|
| AlternativeText | Inherited from ShapeBase. |
| Columns | Returns the collection of columns in the table. |
| Decorative | Inherited from ShapeBase. |
| Effects | Gets or sets the effects applied to the table. |
| Fill | Gets or sets the fill applied to the table background. |
| HasBandedColumns | Gets or sets whether to highlight alternating columns. |
| HasBandedRows | Gets or sets whether to highlight alternating rows. |
| HasFirstColumn | Gets or sets whether to highlight the first column. |
| HasHeaderRow | Gets or sets whether to highlight the first row. |
| HasLastColumn | Gets or sets whether to highlight the last column. |
| HasTotalRow | Gets or sets whether to highlight the last row. |
| Height | Inherited from ShapeBase. |
| Item[Int32, Int32] | Gets or sets a table cell by its row and column indices. |
| Name | Inherited from ShapeBase. |
| RightToLeft | Specifies whether to change the table layout’s direction to right-to-left. |
| Rows | Returns the collection of rows in the table. |
| Style | Gets or sets the table style. |
| Width | Inherited from ShapeBase. |
| X | Inherited from ShapeBase. |
| Y | Inherited from ShapeBase. |
See Also