ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / AddVerticalPageBreak Method
The column of the break (1 based).
The starting row for the break (1 based).
The ending row for the break (1 based).

In This Topic
    AddVerticalPageBreak Method
    In This Topic
    Adds a vertical / column page break.
    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 column of the break (1 based).
    rowstart
    The starting row for the break (1 based).
    rowend
    The ending row for the break (1 based).
    Remarks
    No two pagebreaks may overlap. The break occurs after the row or column.
    See Also