Sets whether a forced page break is inserted before the specified row on this sheet when printing.
public void SetRowPageBreak(
int ,
bool
)
'Declaration
Public Sub SetRowPageBreak( _
ByVal As Integer, _
ByVal As Boolean _
)
'Usage
Dim instance As SheetView
Dim row As Integer
Dim value As Boolean
instance.SetRowPageBreak(row, value)
Parameters
- row
- Row index
- value
- Whether to force a page break before the specified row