BackgroundAlternateColor (Property)

Applies To:

ResultsSection object, TableSection object, ReportTable object

Description:

Defines the background color of staggered (alternate) table rows.

Action:

Read–write, BqColorType

Constants:

The BackgroundAlternateColor property uses the BqColorType constant group, which consists of these values:

Example:

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