com.spire.xls
Class VPageBreak
java.lang.Object
com.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.XlsVPageBreak
com.spire.xls.VPageBreak
- All Implemented Interfaces:
- IVPageBreak
public class VPageBreak
- extends XlsVPageBreak
Represents a vertical page break.
Method Summary |
CellRange |
getLocation()
Returns or sets the cell (a Range object) that defines the page-break location. |
void |
setLocation(CellRange value)
Returns or sets the cell (a Range object) that defines the page-break location. |
VPageBreak
public VPageBreak(java.lang.Object parent,
IXLSRange range)
getLocation
public CellRange getLocation()
- Returns or sets the cell (a Range object) that defines the page-break location.
- Overrides:
getLocation
in class XlsVPageBreak
- Returns:
setLocation
public void setLocation(CellRange value)
- Returns or sets the cell (a Range object) that defines the page-break location.