Edit

PowerPoint.Interfaces.TableCellData interface

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

Remarks

Used by

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

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 1.8

columnIndex

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

columnIndex?: number;

Property Value

number

Remarks

API set: PowerPointApi 1.8

rowCount

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 1.8

rowIndex

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

rowIndex?: number;

Property Value

number

Remarks

API set: PowerPointApi 1.8

text

Specifies the text content of the table cell.

text?: string;

Property Value

string

Remarks

API set: PowerPointApi 1.8