Note

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

Access to this page requires authorization. You can try .

PowerPoint.Interfaces.TableLoadOptions interface

Package:
powerpoint

Represents a table.

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.

styleSettings

Gets the table style settings.

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

styleSettings

Gets the table style settings.

styleSettings?: PowerPoint.Interfaces.TableStyleSettingsLoadOptions;

Property Value

Remarks

API set: PowerPointApi 1.9

values

Gets all of the values in the table.

values?: boolean;

Property Value

boolean

Remarks

API set: PowerPointApi 1.8


Feedback

Was this page helpful?