Package com.grapecity.documents.excel
Interface IHPageBreaks
- All Superinterfaces:
Iterable<IHPageBreak>
Represents the collection of horizontal 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 IHPageBreak object.
-
add
Adds a horizontal page break within the print area.- Parameters:
before- Required IRangeThe range above which the new page break will be added.- Returns:
- Returns the new IHPageBreak object.
-