fontName

Type: String[31]

Availability: Read or write at any time

The fontName property of the JadeTableElement class contains the font used to display text in a table element. For a description of this property, see the Control class fontName property.

The code fragment in the following example shows the use of the fontName property.

table1.accessCell(2, 3).fontName := "Arial";