Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetRowPageBreak Method
Row index


In This Topic
    GetRowPageBreak Method
    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 row 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 row
    )

    Parameters

    row
    Row index
    See Also