[]
Represents the collection of vertical page breaks within the print area.
public interface IVPageBreaks : IEnumerable
Public Interface IVPageBreaks
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 vertical page break within the print area. |