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


In This Topic
    WordWrap Property (SubItemInfo)
    In This Topic
    Gets or sets a bool value that indicates whether the SubItemInfo object can wrap by word.
    Syntax
    'Declaration
     
    
    Public Property WordWrap As Boolean
    'Usage
     
    
    Dim instance As SubItemInfo
    Dim value As Boolean
     
    instance.WordWrap = value
     
    value = instance.WordWrap
    public bool WordWrap {get; set;}

    Property Value

    true if the SubItemInfo object can wrap; otherwise,false.
    See Also