Edit

Share via


PowerPoint.Interfaces.TableLoadOptions interface

Represents a table.

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

Gets the number of columns in the table.

rowCount

Gets the number of rows in the table.

styleOptions

Gets the table style options.

values

Gets all of the values in the table.

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

Gets the number of columns in the table.

columnCount?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.8 ]

rowCount

Gets the number of rows in the table.

rowCount?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.8 ]

styleOptions

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 table style options.

styleOptions?: PowerPoint.Interfaces.TableStyleOptionsLoadOptions;

Property Value

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

values

Gets all of the values in the table.

values?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.8 ]