True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid 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 System.Boolean
    public System.bool RowCanSplit {get; set;}
    Remarks
    This new property helps to print very long text in columns on multiple pages.
    See Also