Click or drag to resize

ExcelPageBreak Class

Represents a horizontal or vertical page break in worksheet
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelPageBreak

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public class ExcelPageBreak

The ExcelPageBreak type exposes the following members.

Properties
  NameDescription
Public propertyLocation
The cell where the page break is inserted. For horizontal breaks the break is inserted at the top edge of the cell, for vertical breaks the break is inserted at the left edge of the cell.
Public propertyType
Gets the page break type (horizontal or vertical).
Top
See Also