Cells Members (Word)
A collection of Cell objects in a table column, table row, selection, or range.
Methods
Name |
Description |
---|---|
Returns a Cell object that represents a cell added to a table. |
|
Changes the width of a table column to accommodate the width of the text without changing the way text wraps in the cells. |
|
Deletes a table cell or cells and optionally controls how the remaining cells are shifted. |
|
Adjusts the height of the specified cells so that they are equal. |
|
Adjusts the width of the specified cells so that they are equal. |
|
Returns an individual Cell object in a collection. |
|
Merges the specified table cells with one another. The result is a single table cell. |
|
Sets the height of table cells. |
|
Sets the width of columns or cells in a table. |
|
Splits a range of table cells. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the Microsoft Word application. |
|
Returns a Borders collection that represents all the borders for the specified object. |
|
Returns the number of items in the Cells collection. Read-only Long. |
|
Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. |
|
Returns or sets the height of the specified table cells. Read/write Single. |
|
Returns or sets a WdRowHeightRule constant that represents the rule for determining the height of the specified cells. Read/write . |
|
Returns the nesting level of the specified cells. Read-only Long. |
|
Returns an Object that represents the parent object of the specified Cells object. |
|
Returns or sets the preferred width (in points or as a percentage of the window width) for the specified cells. Read/write Single. |
|
Returns or sets the preferred unit of measurement to use for the width of the specified cells. Read-only WdPreferredWidthType. |
|
Returns a Shading object that refers to the shading formatting for the specified object. |
|
Returns or sets the vertical alignment of text in one or more cells of a table. Read/write WdCellVerticalAlignment. |
|
Returns or sets the width of the table cells, in points. Read/write Long. |