Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DefaultSubItemInfo Class / Ellipsis Property


In This Topic
    Ellipsis Property (DefaultSubItemInfo)
    In This Topic
    Gets or sets whether to use an ellipsis when there is not enough space to draw the content.
    Syntax
    'Declaration
     
    
    Public Property Ellipsis As Boolean
    'Usage
     
    
    Dim instance As DefaultSubItemInfo
    Dim value As Boolean
     
    instance.Ellipsis = value
     
    value = instance.Ellipsis
    public bool Ellipsis {get; set;}

    Property Value

    A bool value, true to use an ellipsis when there is not enough space to draw the content; otherwise, false.
    See Also