[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.GetColumnPageBreaks

GetColumnPageBreaks Method

GetColumnPageBreaks(int)

Gets the column page breaks for the specified sheet under the current printing conditions.

Declaration
public int[] GetColumnPageBreaks(int sheet)
Public Function GetColumnPageBreaks(sheet As Integer) As Integer()
Parameters
Type Name Description
int sheet

Index of sheet for which to return column page breaks

Returns
Type Description
int[]

GetColumnPageBreaks(int, bool)

Gets the column page breaks for the specified sheet under the current printing conditions with the option to recalculate.

Declaration
public int[] GetColumnPageBreaks(int sheet, bool reCalc)
Public Function GetColumnPageBreaks(sheet As Integer, reCalc As Boolean) As Integer()
Parameters
Type Name Description
int sheet

Index of sheet for which to return column page breaks

bool reCalc

Whether to recalculate the page break

Returns
Type Description
int[]