Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.TableCellCollectionLoadOptions interface
- Package:
- word
Contains the collection of the document's Word.TableCell objects.
Properties
| $all | Specifying |
| body | For EACH ITEM in the collection: Gets the |
| cellIndex | For EACH ITEM in the collection: Gets the index of the cell in its row. |
| column | For EACH ITEM in the collection: Returns the |
| columnWidth | For EACH ITEM in the collection: Specifies the width of the cell's column in points. This is applicable to uniform tables. |
| horizontalAlignment | For EACH ITEM in the collection: Specifies the horizontal alignment of the cell. The value can be |
| parentRow | For EACH ITEM in the collection: Gets the parent row of the cell. |
| parentTable | For EACH ITEM in the collection: Gets the parent table of the cell. |
| rowIndex | For EACH ITEM in the collection: Gets the index of the cell's row in the table. |
| shading | For EACH ITEM in the collection: Returns the |
| shadingColor | For EACH ITEM in the collection: Specifies the shading color of the cell. Color is specified in "#RRGGBB" format or by using the color name. |
| value | For EACH ITEM in the collection: Specifies the text of the cell. |
| verticalAlignment | For EACH ITEM in the collection: Specifies the vertical alignment of the cell. The value can be |
| width | For EACH ITEM in the collection: Gets the width of the cell in points. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
body
For EACH ITEM in the collection: Gets the Body object of the cell.
body?: Word.Interfaces.BodyLoadOptions;
Property Value
Remarks
cellIndex
For EACH ITEM in the collection: Gets the index of the cell in its row.
cellIndex?: boolean;
Property Value
boolean
Remarks
column
For EACH ITEM in the collection: Returns the TableColumn object that represents the table column that contains this cell.
column?: Word.Interfaces.TableColumnLoadOptions;
Property Value
Remarks
columnWidth
For EACH ITEM in the collection: Specifies the width of the cell's column in points. This is applicable to uniform tables.
columnWidth?: boolean;
Property Value
boolean
Remarks
horizontalAlignment
For EACH ITEM in the collection: Specifies the horizontal alignment of the cell. The value can be left, centered, right, or justified.
horizontalAlignment?: boolean;
Property Value
boolean
Remarks
parentRow
For EACH ITEM in the collection: Gets the parent row of the cell.
parentRow?: Word.Interfaces.TableRowLoadOptions;
Property Value
Remarks
parentTable
For EACH ITEM in the collection: Gets the parent table of the cell.
parentTable?: Word.Interfaces.TableLoadOptions;
Property Value
Remarks
rowIndex
For EACH ITEM in the collection: Gets the index of the cell's row in the table.
rowIndex?: boolean;
Property Value
boolean
Remarks
shading
For EACH ITEM in the collection: Returns the ShadingUniversal object that represents the shading of the table cell.
shading?: Word.Interfaces.ShadingUniversalLoadOptions;
Property Value
Remarks
shadingColor
For EACH ITEM in the collection: Specifies the shading color of the cell. Color is specified in "#RRGGBB" format or by using the color name.
shadingColor?: boolean;
Property Value
boolean
Remarks
value
For EACH ITEM in the collection: Specifies the text of the cell.
value?: boolean;
Property Value
boolean
Remarks
verticalAlignment
For EACH ITEM in the collection: Specifies the vertical alignment of the cell. The value can be top, center, or bottom.
verticalAlignment?: boolean;
Property Value
boolean
Remarks
width
For EACH ITEM in the collection: Gets the width of the cell in points.
width?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
