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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Merge | Merges one table cell with another. The result is a single table cell. | |
Select | A variable that represents a Cell object. | |
Split | Splits a single table cell into multiple cells. |
Top