Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / WordWrap Property


In This Topic
    WordWrap Property (StyleInfo)
    In This Topic
    Gets or sets whether to wrap text.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property WordWrap As Boolean
    'Usage
     
    Dim instance As StyleInfo
    Dim value As Boolean
     
    instance.WordWrap = value
     
    value = instance.WordWrap
    [DefaultValue(false)]
    public bool WordWrap {get; set;}

    Property Value

    true if the content supports word wrap; otherwise, false. The default value is false.
    See Also