[]
Represents the collection of horizontal page breaks within the print area.
public interface IHPageBreaks : IEnumerable
Returns the number of objects in the collection.
int Count { get; }
Gets the IHPageBreak by index.
IHPageBreak this[int Index] { get; }
Index
intThe index of the collection.
Returns the IHPageBreak object.
Adds a horizontal page break within the print area.
IHPageBreak Add(IRange Before)
Returns the new IHPageBreak object.