Click or drag to resize

IHPageBreaks Interface

The collection of horizontal page breaks within the print area. Each horizontal page break is represented by an HPageBreak object.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IHPageBreaks : IEnumerable

The IHPageBreaks type exposes the following members.

Properties
Name Description
Public property Count
Returns the number of objects in the collection. Read-only Long.
Public property Parent
Returns the parent object for the specified object.
Top
Methods
Name Description
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Top
See Also