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

In This Topic
    AddHorizontalPageBreak Method
    In This Topic
    Adds a horizontal page break to the sheet.
    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 after which the break should be placed (1 based).
    columnstart
    The starting column of the break (1 based).
    columnend
    The last column of the break (1 based).
    Remarks
    Page breaks must not overlap. The break comes after the row or column.
    See Also