BackgroundShowAlternateColor (Property)

Applies To:

ResultsSection object, TableSection object, ReportTable object

Description:

Enables alternate row colors at the column or table level.

Action:

Boolean

Example:

This example shows how to enable the show alternate color feature and have alternate colored rows on every other row. It also sets the background alternate color to bright green:

ActiveDocument.Sections["MusicTable"].BackgroundShowAlternateColor = true
ActiveDocument.Sections["MusicTable"].BackgroundAlternateFrequency = 1
ActiveDocument.Sections["MusicTable"].BackgroundAlternateColor = bqBrightGreen