Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / WrapText Property
In This Topic
    WrapText Property (IRange)
    In This Topic
    Get or sets the flag which indicates whether word wrap is enabled in a cell.
    Syntax
    System.bool WrapText {get; set;}

    Property Value

    true if [wrap text]; otherwise, false.
    See Also