A number that specifies whether the text should be underlined.
Underline on the Font page in the Properties view.
Values are:
0
—Not
underlined
1
—Underlined
The following statement, when applied to the Font.Underline property of columns of employee information, causes the information to be underlined if the employee does not have health insurance:
If(bene_health_ins = 'N', 1, 0)
For pictures of this example, see “Font.Italic”.