[]
Sets whether a forced page break is inserted before the specified row on this sheet when printing.
public void SetRowPageBreak(int row, bool value)
Public Sub SetRowPageBreak(row As Integer, value As Boolean)
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| bool | value | Whether to force a page break before the specified row |