PowerPoint.Interfaces.TableCellData interface

An interface describing the data returned by calling tableCell.toJSON().

Properties

columnCount

Gets the number of table columns this cell spans across. Will be greater than or equal to 1.

columnIndex

Gets the zero-based column index of the cell within the table.

rowCount

Gets the number of table rows this cell spans across. Will be greater than or equal to 1.

rowIndex

Gets the zero-based row index of the cell within the table.

text

Specifies the text content of the table cell.

Property Details

columnCount

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the number of table columns this cell spans across. Will be greater than or equal to 1.

columnCount?: number;

Property Value

number

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

columnIndex

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the zero-based column index of the cell within the table.

columnIndex?: number;

Property Value

number

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

rowCount

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the number of table rows this cell spans across. Will be greater than or equal to 1.

rowCount?: number;

Property Value

number

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

rowIndex

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the zero-based row index of the cell within the table.

rowIndex?: number;

Property Value

number

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

text

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Specifies the text content of the table cell.

text?: string;

Property Value

string

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]