DisplayNumberSigns: Boolean;
The DisplayNumberSigns property determines the method that is used to display non-text data that overrun text borders.
Available values:
True. Default value. If the value does not fit the cell area, the entire value is replaced with # characters.
False. Part of the value which does not fit the cell area, is replaced with dots.
This property is saved independently, whether the object is saved after modification.
Comment. This property affects only non-text data displaying.
DisplayNumberSigns := False;
DisplayNumberSigns := True;
See also: