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


In This Topic
    WordWrap Property (Cell)
    In This Topic
    Gets or sets whether to support word wrap.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property WordWrap As Boolean
    'Usage
     
    Dim instance As Cell
    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