Spread for ASP.NET 12 Product Documentation
ShowEllipsis Property (TextCellType)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TextCellType Class : ShowEllipsis Property
Gets or sets whether to render ellipses (...) to indicate text overflow in the cell.
Syntax
'Declaration
 
Public Property ShowEllipsis As Boolean
'Usage
 
Dim instance As TextCellType
Dim value As Boolean
 
instance.ShowEllipsis = value
 
value = instance.ShowEllipsis
public bool ShowEllipsis {get; set;}
See Also

Reference

TextCellType Class
TextCellType Members