Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TextCellType Class / ShowEllipsis Property
Example


In This Topic
    ShowEllipsis Property (TextCellType)
    In This Topic
    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;}

    Property Value

    Boolean: true if ellipsis is displayed; false otherwise
    Example
    This example shows ellipses in a text cell.
    See Also