@@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:
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 |