TableCell Properties
A cell in a slide’s table.| Name | Description |
|---|---|
| BottomBorder | Gets or sets the cell bottom border settings. |
| BottomMargin | Gets or sets the bottom margin of a table cell. |
| ColumnSpan | Returns the number of columns spanned by the current TableCell instance. |
| DiagonalDownBorder | Gets or sets the cell diagonal down border settings. |
| DiagonalUpBorder | Gets or sets the cell diagonal up border settings. |
| Fill | Gets or sets the table cell fill settings. |
| HorizontalAnchorCenter | |
| IsMergedHorizontally | Indicates whether the current cell is merged horizontally with other cells. |
| IsMergedVertically | Indicates whether the current cell is merged vertically with other cells. |
| LeftBorder | Gets or sets the cell left border settings. |
| LeftMargin | Gets or sets the left margin of a table cell. |
| RightBorder | Gets or sets the cell right border settings. |
| RightMargin | Gets or sets the right margin of a table cell. |
| RowSpan | Returns the number of rows spanned by the current TableCell instance. |
| TextArea | Gets or sets the table cell text box that allows you specify cell content and its formatting. |
| TextVerticalType | Gets or sets the vertical text orientation in a table cell. |
| TopBorder | Gets or sets the cell top border settings. |
| TopMargin | Gets or sets the top margin of a table cell. |
| VerticalAnchorType |
See Also