Word.Interfaces.TableCellCollectionLoadOptions interface

Contains the collection of the document's TableCell objects.

Remarks

[ API set: WordApi 1.3 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

body

For EACH ITEM in the collection: Gets the body object of the cell.

cellIndex

For EACH ITEM in the collection: Gets the index of the cell in its row.

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 'Left', 'Centered', 'Right', or 'Justified'.

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.

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 'Top', 'Center', or 'Bottom'.

width

For EACH ITEM in the collection: Gets the width of the cell in points.

Property Details

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: 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

[ API set: WordApi 1.3 ]

cellIndex

For EACH ITEM in the collection: Gets the index of the cell in its row.

cellIndex?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.3 ]

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

[ API set: WordApi 1.3 ]

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

[ API set: WordApi 1.3 ]

parentRow

For EACH ITEM in the collection: Gets the parent row of the cell.

parentRow?: Word.Interfaces.TableRowLoadOptions;

Property Value

Remarks

[ API set: WordApi 1.3 ]

parentTable

For EACH ITEM in the collection: Gets the parent table of the cell.

parentTable?: Word.Interfaces.TableLoadOptions;

Property Value

Remarks

[ API set: WordApi 1.3 ]

rowIndex

For EACH ITEM in the collection: Gets the index of the cell's row in the table.

rowIndex?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.3 ]

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

[ API set: WordApi 1.3 ]

value

For EACH ITEM in the collection: Specifies the text of the cell.

value?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.3 ]

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

[ API set: WordApi 1.3 ]

width

For EACH ITEM in the collection: Gets the width of the cell in points.

width?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.3 ]