fontSize
Type: Real
Availability: Read or write at any time
The fontSize property of the JadeTableElement class contains the size of the font to be used for text displayed in a table element.  For a description of this property, see the 
The code fragment in the following example shows the use of the fontSize property.
table1.accessCell(2, 3).fontSize := 9;
 
            