Package com.grapecity.documents.excel
Interface IVPageBreaks
- All Superinterfaces:
Iterable<IVPageBreak>
Represents the collection of vertical page breaks within the print area.
-
Method Details
-
getCount
int getCount()Returns the number of objects in the collection. -
get
Gets the IHPageBreak by index.- Parameters:
index- The index of the collection.- Returns:
- Returns the IVPageBreak object.
-
add
Adds a vertical page break within the print area.- Parameters:
before- Required IRangeThe range left which the new pagebreak will be added.- Returns:
- Returns the new IVPageBreak object.
-