GetPageBreak Method
GetPageBreak(int)
Gets whether a page break occurs at the specified row or column.
Declaration
bool GetPageBreak(int index)
Function GetPageBreak(index As Integer) As Boolean
Parameters
Type |
Name |
Description |
int |
index |
Row or column index
|
Returns