Type: Boolean
Availability: Read or write at any time
The fontUnderline property of the JadeTableElement class specifies whether the font style for text displayed in a table element text is underlined. For a description of this property, see the
The code fragment in the following example shows the use of the fontUnderline property.
table1.accessCell(2, 3).fontUnderline := true;