Click or drag to resize

IVPageBreaks Interface

A collection of vertical page breaks within the print area. Each vertical page break is represented by a VPageBreak object.

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

The IVPageBreaks 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