ComponentOne List for WinForms
C1.Win.C1List Namespace / PrintInfo Class / WrapText Property

In This Topic
    WrapText Property (PrintInfo)
    In This Topic
    Gets or sets a value that controls how text is wrapped in a cell.
    Syntax
    'Declaration
     
    
    Public Property WrapText As PrintInfo.WrapTextEnum
    public PrintInfo.WrapTextEnum WrapText {get; set;}
    See Also