QuickStyleFontColor Cell (Quick Style Section)
Determines the font color from the Quick Styles that a shape's text inherits from the active theme, as an integer from 0-1.
Value |
Description |
---|---|
0 |
The shape text uses the Dark font color. |
1 |
The shape text uses the Light font color. |
Remarks
To get a reference to the QuickStyleFontColor 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: |
QuickStyleFontColor |
To get a reference to the QuickStyleFontColor cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowQuickStyleProperties |
Cell index: |
visQuickStyleFontColor |