Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / EditingData Structure / WrapText Property


In This Topic
    WrapText Property (EditingData)
    In This Topic
    Gets or sets a boolean value indicating the wrap text state of the editing cell.
    Syntax
    'Declaration
     
    Public Property WrapText As Nullable(Of Boolean)
    'Usage
     
    Dim instance As EditingData
    Dim value As Nullable(Of Boolean)
     
    instance.WrapText = value
     
    value = instance.WrapText
    public Nullable<bool> WrapText {get; set;}
    See Also