SetPageBreak Method
SetPageBreak(int, bool)
Sets whether a page break occurs at the specified row or column.
Declaration
void SetPageBreak(int index, bool value)
Sub SetPageBreak(index As Integer, value As Boolean)
Parameters
Type |
Name |
Description |
int |
index |
Row or column index
|
bool |
value |
Whether a page break occurs
|