Share via


Cell Members

Include Protected Members
Include Inherited Members

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.

The Cell type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified object.
Public property Borders Returns a Borders collection that represents the borders and diagonal lines for the specified Cell object or CellRange collection. Read-only.
Public property Parent Returns the parent object for the specified object.
Public property Selected Returns True if the specified table cell is selected. Read-only.
Public property Shape Returns a CanvasShapes object that represents a shape in a table cell. Read-only.

Top

Methods

  Name Description
Public method Merge Returns a Cell object that represents a cell in a table.
Public method Select Selects the specified object.
Public method Split Splits a single table cell into multiple cells.

Top

See Also

Reference

Cell Interface

Microsoft.Office.Interop.PowerPoint Namespace