HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
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;