BackgroundColor (Property)

Applies To:

CellFormat, object, ResultsSection object, TableSection object, ReportTable object, Measure object

Description:

Sets the background color of rows in a Table section.

Action:

Read-write, BqColorType constant group

Constants:

The BackgroundColor property uses the BqColorType constant group, which includes:

The BackgroundColor (Property) for the CellFormat object uses the BqDefaultFormatsColor constant group, which includes the following values:

Example:

This example shows how to make the background color of rows in a Table section light green:

ActiveDocument.Sections["Table"].BackgroundColor = bqLightGreen