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