Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetColumnPageBreaks Method / GetColumnPageBreaks(Int32) Method
Index of sheet for which to return column page breaks


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

    Parameters

    sheet
    Index of sheet for which to return column page breaks
    See Also