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


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

    Parameters

    sheet
    Sheet index for which to return row page breaks
    See Also