3.5

@@BeginTableRowShading/@@EndTableRowShading

Use an @@BeginTableRowShading/@@EndTableRowShading pair when you want to have shaded rows within a table.

Syntax:

@@BeginTableRowShading(<1st color>,<2nd color>,<starting row>)

Parameters:

<1st color>
The first row color. Enter the color in hexadecimal format.
<2nd color>
The second row color. Enter the color in hexadecimal format.
<starting row>
Row number where the second color is first applied. From this row, row colors will alternate between the specified first and second colors.

 

Example:

Code:

@@BeginTableRowShading(#FFFFFF,#EDEDED,2)

Plan Description

Coverages

Plan Description

Coverages

 #Terms.SpCoverage

Annual Specific Deductible @@If(#Terms.SpIsFamilyDeductible = ‘N’, ‘per Individual’, ‘per Family’)

 @@Format(#Terms.SpDeductible, '$ #,#,#0')

@@IncludeIf(@@Count(#Laser.Deductible.Individual) > 0)

  Except for

@@BeginRepeat(#LaserDeductible.Individual)

     #LaserDeductible.Individual.Name

@@Format(#LaserDeductible.Individual.SpDeductible, ‘$ #,#,#0’)

@@EndRepeat

@@End

@@EndTableRowShading

 

Output:

Plan Description

Coverages

Plan Description

Coverages

Medical, Rx SAAO

Annual Specific Deductible per Individual

$ 100,000

  Except for

     Smith, John

$ 125,000

     Lincoln, Abraham

$ 143,000