In This Topic
Gets whether a forced page break is inserted before the specified row on this sheet when printing.
Syntax
'Declaration
Public Function GetRowPageBreak( _
ByVal As Integer _
) As Boolean
'Usage
Dim instance As SheetView
Dim row As Integer
Dim value As Boolean
value = instance.GetRowPageBreak(row)
public bool GetRowPageBreak(
int
)
Parameters
- row
- Row index
See Also