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


In This Topic
    Ellipsis Property (ListHeader)
    In This Topic
    Gets or sets whether display the ellipsis character when the text beyond the width of the header.
    Syntax
    'Declaration
     
    
    Public Property Ellipsis As Boolean
    'Usage
     
    
    Dim instance As ListHeader
    Dim value As Boolean
     
    instance.Ellipsis = value
     
    value = instance.Ellipsis
    public bool Ellipsis {get; set;}

    Property Value

    A bool that indicates whether display the ellipsis character when the text beyond the width of the header.
    See Also