QuickStyleShadowColor Cell (Quick Style Section)
Determines which theme color that a shape's shadow uses, as an integer from 0 to 7.
Value | Description |
---|---|
0 |
The shape shadow color inherits from the Dark theme color. |
1 |
The shape shadow color inherits from the Light theme color. |
2 |
The shape shadow color inherits from the Accent 1 theme color. |
3 |
The shape shadow color inherits from the Accent 2 theme color. |
4 |
The shape shadow color inherits from the Accent 3 theme color. |
5 |
The shape shadow color inherits from the Accent 4 theme color. |
6 |
The shape shadow color inherits from the Accent 5 theme color. |
7 |
The shape shadow color inherits from the Accent 6 theme color. |
Remarks
To get a reference to the QuickStyleShadowColor 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: |
QuickStyleShadowColor |
To get a reference to the QuickStyleShadowColor cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowQuickStyleProperties |
Cell index: |
visQuickStyleShadowColor |