Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetColumnPageBreaks Method / GetColumnPageBreaks(Int32,Boolean) Method
Index of sheet for which to return column page breaks
Whether to recalculate the page break


In This Topic
    GetColumnPageBreaks(Int32,Boolean) Method
    In This Topic
    Gets the column page breaks for the specified sheet under the current printing conditions with the option to recalculate.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetColumnPageBreaks( _
       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.GetColumnPageBreaks(sheet, reCalc)
    public int[] GetColumnPageBreaks( 
       int sheet,
       bool reCalc
    )

    Parameters

    sheet
    Index of sheet for which to return column page breaks
    reCalc
    Whether to recalculate the page break
    See Also