In This Topic
Sets whether a forced page break is inserted before the specified row on this sheet when printing.
Syntax
'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)
public void SetRowPageBreak(
int ,
bool
)
Parameters
- row
- Row index
- value
- Whether to force a page break before the specified row
See Also