/
HotXLS-dokumentasjon

Metode Delete

Deletes the horizontal page break from the worksheet

Syntaks

procedure Delete;

Eksempel

This example deletes the first horizontal page break in the worksheet


Workbook.Sheets[1].HPageBreaks[1].Delete;