Spread Windows Forms 12.0 Product Documentation
Ellipsis Property (SubItemInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubItemInfo Class : Ellipsis Property
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

Reference

SubItemInfo Class
SubItemInfo Members