partialTextIndication

Type: Boolean

Availability: Read or write at run time only

The partialTextIndication property of the Table class specifies whether an indication is displayed when there is insufficient room to show all text of the cell indicated by the accessMode, accessedSheet, accessedRow, accessedColumn, or accessedCell property. The default value for any new Table control that is added is true.

If this property is set to true, the end of the visible text is replaced by the points of ellipsis symbol (…), to indicate to the user that not all of the text can be made visible. The number of periods (or dots) that is displayed depends on the number of characters that can be displayed within the cell, with at least the first character of the original text being displayed. For example, The text is too long to fit in the cell text may be displayed as follows.

The text is too l...

If this property is set to false, the text in a cell is truncated if it does not fit within the cell area.

For details about word wrapping when displaying text in a table cell, see the wordWrap property.