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


In This Topic
    Ellipsis Property (SubItemInfo)
    In This Topic
    Gets or sets whether to display the ellipsis when the text is not completely displayed.
    Syntax
    'Declaration
     
    
    Public Property Ellipsis As Boolean
    'Usage
     
    
    Dim instance As SubItemInfo
    Dim value As Boolean
     
    instance.Ellipsis = value
     
    value = instance.Ellipsis
    public bool Ellipsis {get; set;}

    Property Value

    true if the text uses the ellipsis; otherwise,false.
    See Also