Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListTextColumn Class / TextWrapping Property


In This Topic
    TextWrapping Property (ListTextColumn)
    In This Topic
    Gets or sets how SubItems in the column wrap text.
    Syntax
    'Declaration
     
    Public Property TextWrapping As TextWrapping
    'Usage
     
    Dim instance As ListTextColumn
    Dim value As TextWrapping
     
    instance.TextWrapping = value
     
    value = instance.TextWrapping
    public TextWrapping TextWrapping {get; set;}

    Property Value

    A value that indicates how the SubItems wrap text. The default is System.Windows.TextWrapping.NoWrap.
    See Also