Edit

PowerPoint.Interfaces.TableData interface

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

Remarks

Used by

Properties

columnCount

Gets the number of columns in the table.

rowCount

Gets the number of rows in the table.

values

Gets all of the values in the table.

Property Details

columnCount

Gets the number of columns in the table.

columnCount?: number;

Property Value

number

Remarks

API set: PowerPointApi 1.8

rowCount

Gets the number of rows in the table.

rowCount?: number;

Property Value

number

Remarks

API set: PowerPointApi 1.8

values

Gets all of the values in the table.

values?: string[][];

Property Value

string[][]

Remarks

API set: PowerPointApi 1.8