HotXLS Docs

Delete method

Deletes the vertical page break from the worksheet

Syntax

procedure Delete;

Example

This example deletes the first vertical page break

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