Spread WPF 17
GrapeCity.Excel Namespace / IExtendedFormat Interface / IsWordWrap Property


In This Topic
    IsWordWrap Property (IExtendedFormat)
    In This Topic
    Gets or sets a value indicating whether Wrap text of the text control is checked.
    Syntax
    'Declaration
     
    Property IsWordWrap As Boolean
    'Usage
     
    Dim instance As IExtendedFormat
    Dim value As Boolean
     
    instance.IsWordWrap = value
     
    value = instance.IsWordWrap
    bool IsWordWrap {get; set;}

    Property Value

    true if it's checked; otherwise, false.
    See Also