Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PowerPoint.Interfaces.TableData interface

Package:
powerpoint

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


Feedback

Was this page helpful?