[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.GetRowPageBreaks

GetRowPageBreaks Method

GetRowPageBreaks(int)

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

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

Sheet index for which to return row page breaks

Returns
Type Description
int[]

GetRowPageBreaks(int, bool)

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

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

Sheet index for which to return row page breaks

bool reCalc

Whether to recalculate the page break

Returns
Type Description
int[]