Ellipsis Property

Returns or sets whether the control will display ellipsis (...) after long strings.

Syntax

Public Property Ellipsis As Boolean

Applies To

Grid Object

Data Type

Boolean

Remarks

The Ellipsis property determines how the control displays strings that are too long to fit the available space in a cell. By setting this property to true, you can force the display of an ellipsis symbol ("...") to indicate that part of the string has been truncated.