Edit

Share via


PowerPoint.Interfaces.TableStyleOptionsLoadOptions interface

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.

Represents the available table style options.

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

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).

areColumnsBanded

Specifies if the columns show banded formatting in which odd columns are highlighted differently from even ones, to make reading the table easier.

areRowsBanded

Specifies if the rows show banded formatting in which odd rows are highlighted differently from even ones, to make reading the table easier.

isFirstColumnHighlighted

Specifies if the first column contains special formatting.

isFirstRowHighlighted

Specifies if the first row contains special formatting.

isLastColumnHighlighted

Specifies if the last column contains special formatting.

isLastRowHighlighted

Specifies if the last row contains special formatting.

style

Specifies the table style.

Property Details

$all

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.

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

areColumnsBanded

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.

Specifies if the columns show banded formatting in which odd columns are highlighted differently from even ones, to make reading the table easier.

areColumnsBanded?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

areRowsBanded

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.

Specifies if the rows show banded formatting in which odd rows are highlighted differently from even ones, to make reading the table easier.

areRowsBanded?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

isFirstColumnHighlighted

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.

Specifies if the first column contains special formatting.

isFirstColumnHighlighted?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

isFirstRowHighlighted

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.

Specifies if the first row contains special formatting.

isFirstRowHighlighted?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

isLastColumnHighlighted

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.

Specifies if the last column contains special formatting.

isLastColumnHighlighted?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

isLastRowHighlighted

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.

Specifies if the last row contains special formatting.

isLastRowHighlighted?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

style

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.

Specifies the table style.

style?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]