Edit

Share via


PowerPoint.Interfaces.TableCellCollectionLoadOptions interface

Represents a collection of table cells.

Remarks

[ API set: PowerPointApi 1.8 ]

Properties

$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).

columnCount

For EACH ITEM in the collection: Gets the number of table columns this cell spans across. Will be greater than or equal to 1.

columnIndex

For EACH ITEM in the collection: Gets the zero-based column index of the cell within the table.

rowCount

For EACH ITEM in the collection: Gets the number of table rows this cell spans across. Will be greater than or equal to 1.

rowIndex

For EACH ITEM in the collection: Gets the zero-based row index of the cell within the table.

text

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

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

columnCount

For EACH ITEM in the collection: Gets the number of table columns this cell spans across. Will be greater than or equal to 1.

columnCount?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.8 ]

columnIndex

For EACH ITEM in the collection: Gets the zero-based column index of the cell within the table.

columnIndex?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.8 ]

rowCount

For EACH ITEM in the collection: Gets the number of table rows this cell spans across. Will be greater than or equal to 1.

rowCount?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.8 ]

rowIndex

For EACH ITEM in the collection: Gets the zero-based row index of the cell within the table.

rowIndex?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.8 ]

text

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

text?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.8 ]