Edit

Share via


PowerPoint.Interfaces.TableStyleSettingsLoadOptions interface

Represents the available table style settings.

Remarks

[ API set: PowerPointApi 1.9 ]

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

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

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 1.9 ]

areRowsBanded

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 1.9 ]

isFirstColumnHighlighted

Specifies if the first column contains special formatting.

isFirstColumnHighlighted?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.9 ]

isFirstRowHighlighted

Specifies if the first row contains special formatting.

isFirstRowHighlighted?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.9 ]

isLastColumnHighlighted

Specifies if the last column contains special formatting.

isLastColumnHighlighted?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.9 ]

isLastRowHighlighted

Specifies if the last row contains special formatting.

isLastRowHighlighted?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.9 ]

style

Specifies the table style.

style?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.9 ]