Table Properties
A shape that allows you to create and manipulate tables in a presentation document.| Name | Description |
|---|---|
| AlternativeText | Gets or sets the alternative text for a shape. Inherited from ShapeBase. |
| Columns | Returns the collection of columns in the table. |
| Decorative | Indicates whether the shape is decorative and does not add meaningful content. 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 | Gets or sets the shape height. Inherited from ShapeBase. |
| Item[Int32, Int32] | Gets or sets a table cell by its row and column indices. |
| Name | Gets or sets the shape 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 | Gets or sets the shape width. Inherited from ShapeBase. |
| X | Gets or sets the X-coordinate of the shape. Inherited from ShapeBase. |
| Y | Gets or sets the Y-coordinate of the shape. Inherited from ShapeBase. |
See Also