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