QuickStyleLineColor Cell (Quick Style Section)
Determines which theme color that a shape's line uses, as an integer from 0 to 7.
Value |
Description |
---|---|
0 |
The shape line color inherits from the Dark theme color. |
1 |
The shape line color inherits from the Light theme color. |
2 |
The shape line color inherits from the Accent 1 theme color |
3 |
The shape line color inherits from the Accent 2 theme color |
4 |
The shape line color inherits from the Accent 3 theme color |
5 |
The shape line color inherits from the Accent 4 theme color |
6 |
The shape line color inherits from the Accent 5 theme color |
7 |
The shape line color inherits from the Accent 6 theme color |
Remarks
To get a reference to the QuickStyleLineColor cell by name from another formula, by value of the N attribute of a Cell element, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
QuickStyleLineColor |
To get a reference to the QuickStyleLineColor cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowQuickStyleProperties |
Cell index: |
visQuickStyleLineColor |