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

In This Topic
    RowCanSplit Property (PrintInfo)
    In This Topic
    Gets or sets a value indicating whether the grid rows can split between pages.
    Syntax
    'Declaration
     
    
    Public Property RowCanSplit As Boolean
    public bool RowCanSplit {get; set;}
    Remarks
    This new property helps to print very long text in columns on multiple pages.
    See Also