Cell Members (PowerPoint)
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 |
---|---|
Merges one table cell with another. The result is a single table cell. |
|
Selects the specified object. |
|
Splits a single table cell into multiple cells. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the creator of the specified object. |
|
Returns a Borders collection that represents the borders and diagonal lines for the specified Cell object or CellRange collection. Read-only. |
|
Returns the parent object for the specified object. |
|
Returns True if the specified table cell is selected. Read-only. |
|
Returns a Shape object that represents a shape in a table cell. Read-only. |