CellFormat, object, ResultsSection object, TableSection object, ReportTable object, Measure object
Sets the background color of rows in a Table section.
Read-write, BqColorType constant group
The BackgroundColor property uses the BqColorType constant group, which includes:
bqRose = 16751052
The BackgroundColor (Property) for the CellFormat object uses the BqDefaultFormatsColor constant group, which includes the following values:
bqDefaultFormatsBlack = 0
bqDefaultFormatsBlue = 255
bqDefaultFormatsCrimson = 8323072
bqDefaultFormatsCyan = 65535
bqDefaultFormatsDarkGrey = 8355711
bqDefaultFormatsGreen = 65280
bqDefaultFormatsJade = 32639
bqDefaultFormatsLavender = 8323327
bqDefaultFormatsLightGrey = 12566463
bqDefaultFormatsLightYellow =16777104
bqDefaultFormatsMustard = 8355584
bqDefaultFormatsNavy = 127
bqDefaultFormatsOlive =32512
bqDefaultFormatsPurple = 8323199
bqDefaultFormatsRed = 16711680
bqDefaultFormatsWhite = 16777215
bqDefaultFormatsYellow = 16776960
This example shows how to make the background color of rows in a Table section light green:
ActiveDocument.Sections["Table"].BackgroundColor = bqLightGreen