[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.DDSheet.AddVerticalPageBreak

AddVerticalPageBreak Method

AddVerticalPageBreak(ushort, ushort, ushort)

Adds a vertical page break to the sheet.

Declaration
public void AddVerticalPageBreak(ushort col, ushort rowstart, ushort rowend)
Parameters
Type Name Description
ushort col

The column after which the break should be placed (1 based).

ushort rowstart

The starting row of the break (1 based).

ushort rowend

The last row of the break (1 based).

Remarks

Page breaks must not overlap. The break comes after the row or column.