Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItem Class / Ellipsis Property


In This Topic
    Ellipsis Property (SubItem)
    In This Topic
    Gets or sets a bool value indicating whether ought to display ellipsis when text can't display completely.
    Syntax
    'Declaration
     
    
    Public Property Ellipsis As Boolean
    'Usage
     
    
    Dim instance As SubItem
    Dim value As Boolean
     
    instance.Ellipsis = value
     
    value = instance.Ellipsis
    public bool Ellipsis {get; set;}

    Property Value

    true if the text will use ellipsis display when the text can't display completely; Otherwise,false.
    See Also