ExcelPageBreak Class

Represents a horizontal or vertical page break in worksheet

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelPageBreak
Inheritance
Object    ExcelPageBreak

Properties

Location 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.
Type Gets the page break type (horizontal or vertical).

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also