GemBox.Spreadsheet

VerticalPageBreakCollection.Add Method (Int32, Int32, Int32)

Ads a new vertical page break left to the specified column and within specified rows.

public void Add(
   int column,
   int firstRow,
   int lastRow
);

Parameters

column
The zero-based index of the column.
firstRow
The zero-based index of the first row.
lastRow
The zero-based index of the last row.

See Also

VerticalPageBreakCollection Class | GemBox.Spreadsheet Namespace | VerticalPageBreakCollection.Add Overload List