Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetRowPageBreak Method
Row index
Whether to force a page break before the specified row


In This Topic
    SetRowPageBreak Method
    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 row As Integer, _
       ByVal value As Boolean _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim value As Boolean
     
    instance.SetRowPageBreak(row, value)
    public void SetRowPageBreak( 
       int row,
       bool value
    )

    Parameters

    row
    Row index
    value
    Whether to force a page break before the specified row
    See Also