GemBox.Spreadsheet

HorizontalPageBreakCollection.Add Method (Int32, Int32, Int32)

Ads a new horizontal page break above the specified row and within specified columns.

public void Add(
   int row,
   int firstColumn,
   int lastColumn
);

Parameters

row
The zero-based index of the row.
firstColumn
The zero-based index of the first column.
lastColumn
The zero-based index of the last column.

See Also

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