ResultsSection object, TableSection object, ReportTable object
Defines the background color of staggered (alternate) table rows.
The BackgroundAlternateColor property uses the BqColorType constant group, which consists of these values:
bqAqua = 65535
bqBlack = 0
bqBlue = 255
bqBlueGray = 6710937
bqBrightGreen = 65280
bqBrown = 10824234
bqDarkBlue = 119
bqDarkGreen = 13056
bqDarkRed = 9109504
bqDarkTeal = 18504
bqDarkYellow = 14329120
bqGold = 16763904
bqGray40 = 10066329
bqGray50 = 8355711
bqGray80 = 3355443
bqGreen = 30464
bqIndigo = 4915330
bqLavender = 15132410
bqLightBlue = 11393254
bqLightGreen = 13434828
bqLightOrange = 16750848
bqLightTurquoise = 11529966
bqLightYellow = 16777113
bqLime = 10079232
bqOliveGreen = 3355392
bqOrange =16737792
bqPaleBlue = 10079487
bqPink = 16711936
bqPlum = 14524637
bqRed = 16711680
bqRose = 16751052
bqSeaGreen = 3050327
bqSkyBlue = 8900331
bqTan = 13808780
bqTeal = 30840
bqTransparent = 16711422
bqTurquoise = 4251856
bqViolet = 7864440
bqWhite = 16777215
bqYellow = 16776960
This example shows how to make the alternate background color of every second row light yellow:
ActiveDocument.Sections["Results"].BackgroundAlternateColor = bqLightYellowActiveDocument.Sections["Results"].BackgroundAlternateFrequency = 1