Share via


Cell Object Members

PowerPoint Developer Reference

Represents a table cell. The Cell object is a member of the CellRange collection. The CellRange collection represents all the cells in the specified column or row. To use the CellRange collection, use the Cells keyword.

Methods

  Name Description
Bb251410.methods(en-us,office.12).gif Merge Merges one table cell with another. The result is a single table cell.
Bb251410.methods(en-us,office.12).gif Select Selects the specified object.
Bb251410.methods(en-us,office.12).gif Split Splits a single table cell into multiple cells.

Properties

  Name Description
Bb251410.properties(en-us,office.12).gif Application Returns an Application object that represents the creator of the specified object.
Bb251410.properties(en-us,office.12).gif Borders Returns a Borders collection that represents the borders and diagonal lines for the specified Cell object or CellRange collection. Read-only.
Bb251410.properties(en-us,office.12).gif Parent Returns the parent object for the specified object.
Bb251410.properties(en-us,office.12).gif Selected True if the specified table cell is selected. Read-only Boolean.
Bb251410.properties(en-us,office.12).gif Shape Returns a Shape object that represents a shape in a table cell (for the Cell object), a diagram node in a diagram (for the DiagramNode object), or an animated shape (for the Effect object).