officefileapi-devexpress-dot-docs-dot-presentation-dot-tablecell-dot-underscore-members.md
A cell in a slide’s table.
| Name | Description |
|---|---|
| TableCell() | Initializes a new instance of the TableCell class. |
| 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 | Gets or sets a value indicating whether the horizontal anchor of the cell is centered. |
| 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 | Gets or sets the vertical anchor type of the cell. |
| Name | Description |
|---|---|
| Clone() | Clones the current TableCell instance. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Split(Int32, Int32) | Splits the cell into the specified number of rows and columns. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also