[]
Represents the collection of horizontal page breaks within the print area.
public interface IHPageBreaks : IEnumerable
Public Interface IHPageBreaks
Inherits IEnumerable
Name | Description |
---|---|
Count | Returns the number of objects in the collection. |
this[int] | Gets the IHPageBreak by index. |
Name | Description |
---|---|
Add(IRange) | Adds a horizontal page break within the print area. |