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