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


In This Topic
    ShowEllipsis Property (HyperLinkCellType)
    In This Topic
    Gets or sets whether to render ellipsis (...) to indicate text overflow in the cell.
    Syntax
    'Declaration
     
    
    Public Property ShowEllipsis As Boolean
    'Usage
     
    
    Dim instance As HyperLinkCellType
    Dim value As Boolean
     
    instance.ShowEllipsis = value
     
    value = instance.ShowEllipsis
    public bool ShowEllipsis {get; set;}
    Example
    This example sets the ShowEllipsis property.
    See Also