Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetRowPageBreaks Method / GetRowPageBreaks(Int32,Boolean) Method
Sheet index for which to return row page breaks
Whether to recalculate the page break


In This Topic
    GetRowPageBreaks(Int32,Boolean) Method
    In This Topic
    Gets the row page breaks for the specified sheet under the current printing conditions with the option to recalculate.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetRowPageBreaks( _
       ByVal sheet As Integer, _
       ByVal reCalc As Boolean _
    ) As Integer()
    'Usage
     
    
    Dim instance As FpSpread
    Dim sheet As Integer
    Dim reCalc As Boolean
    Dim value() As Integer
     
    value = instance.GetRowPageBreaks(sheet, reCalc)
    public int[] GetRowPageBreaks( 
       int sheet,
       bool reCalc
    )

    Parameters

    sheet
    Sheet index for which to return row page breaks
    reCalc
    Whether to recalculate the page break
    See Also