ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / AddVerticalPageBreak Method
The collumn after which the break should be placed (1 based).
The starting row of the break (1 based).
The last row of the break (1 based).

In This Topic
    AddVerticalPageBreak Method
    In This Topic
    Adds a vertical page break to the sheet.
    Syntax
    'Declaration
     
    Public Sub AddVerticalPageBreak( _
       ByVal col As UShort, _
       ByVal rowstart As UShort, _
       ByVal rowend As UShort _
    ) 
    public void AddVerticalPageBreak( 
       ushort col,
       ushort rowstart,
       ushort rowend
    )

    Parameters

    col
    The collumn after which the break should be placed (1 based).
    rowstart
    The starting row of the break (1 based).
    rowend
    The last row of the break (1 based).
    Remarks
    Page breaks must not overlap. The break comes after the row or column.
    See Also