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

In This Topic
    AddHorizontalPageBreak Method
    In This Topic
    Adds a horizontal / row page break.
    Syntax
    'Declaration
     
    Public Sub AddHorizontalPageBreak( _
       ByVal row As UShort, _
       ByVal columnstart As UShort, _
       ByVal columnend As UShort _
    ) 
    public void AddHorizontalPageBreak( 
       ushort row,
       ushort columnstart,
       ushort columnend
    )

    Parameters

    row
    The row of the break (1 based).
    columnstart
    The starting column for the break (1 based).
    columnend
    The ending column for the break (1 based).
    Remarks
    No two pagebreaks may overlap. The break occurs after the row or column.
    See Also