PowerPoint.Interfaces.TableStyleSettingsLoadOptions interface
Represents the available table style settings.
Remarks
Properties
| $all | Specifying |
| are |
Specifies if the columns show banded formatting in which odd columns are highlighted differently from even ones, to make reading the table easier. |
| are |
Specifies if the rows show banded formatting in which odd rows are highlighted differently from even ones, to make reading the table easier. |
| is |
Specifies if the first column contains special formatting. |
| is |
Specifies if the first row contains special formatting. |
| is |
Specifies if the last column contains special formatting. |
| is |
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
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
isFirstColumnHighlighted
Specifies if the first column contains special formatting.
isFirstColumnHighlighted?: boolean;
Property Value
boolean
Remarks
isFirstRowHighlighted
Specifies if the first row contains special formatting.
isFirstRowHighlighted?: boolean;
Property Value
boolean
Remarks
isLastColumnHighlighted
Specifies if the last column contains special formatting.
isLastColumnHighlighted?: boolean;
Property Value
boolean
Remarks
isLastRowHighlighted
Specifies if the last row contains special formatting.
isLastRowHighlighted?: boolean;
Property Value
boolean
Remarks
style
Specifies the table style.
style?: boolean;
Property Value
boolean