Docs HotXLS

Méthode Delete

Deletes the vertical page break from the worksheet

Syntaxe

procedure Delete;

Exemple

This example deletes the first vertical page break

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