Type: Boolean
Availability: Read or write at run time only
The partialTextIndication property of the JadeTableElement class specifies whether an indication is displayed when there is insufficient room to show all of the text in a cell. For a description of this property, see the
The code fragment in the following example shows the use of the partialTextIndication property.
table1.accessSheet(1).partialTextIndication := true;