ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCells Class / WrapText Property

In This Topic
    WrapText Property (DDCells)
    In This Topic
    Sets whether the text of each cell can be wrapped or not.
    Syntax
    'Declaration
     
    Public WriteOnly Property WrapText As Boolean
    public bool WrapText {set;}

    Property Value

    A System.Boolean value representing whether the text of the cell can be wrapped or not.
    See Also