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