TXlsFile.DeleteHPageBreak Method
Deletes all manual page breaks at row. If there is no manual page break on row, this method will do nothing.
Syntax
Unit: FlexCel.XlsAdapter
procedure TXlsFile.DeleteHPageBreak(const row: Integer); override;
Parameters
<-> |
Parameter |
Type |
Description |
const |
row |
Integer |
Row where to delete the Page break.
Note that row can be 0, and this would mean a page break before row 1. (which Excel will ignore) |
See also