Share via


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

Merge

Merges one table cell with another. The result is a single table cell.

Select

Selects the specified object.

Split

Splits a single table cell into multiple cells.

Properties

Name

Description

Application

Returns an Application object that represents the creator of the specified object.

Borders

Returns a Borders collection that represents the borders and diagonal lines for the specified Cell object or CellRange collection. Read-only.

Parent

Returns the parent object for the specified object.

Selected

Returns True if the specified table cell is selected. Read-only.

Shape

Returns a Shape object that represents a shape in a table cell. Read-only.