Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.75 KB

quickstylefillcolor-cell-quick-style-section.md

File metadata and controls

46 lines (33 loc) · 1.75 KB
title manager ms.date ms.audience ms.topic ms.localizationpriority ms.assetid description
QuickStyleFillColor Cell (Quick Style Section)
lindalu
03/09/2015
Developer
reference
medium
41250e47-404c-40e7-99be-9bb8c1ed5ba2
Determines which theme color that a shape's fill uses, as an integer from 0 to 7

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