[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetAxisModel.GetPageBreak

GetPageBreak Method

GetPageBreak(int)

Gets whether a page break occurs at the specified row or column.

Declaration
public override bool GetPageBreak(int index)
Public Overrides Function GetPageBreak(index As Integer) As Boolean
Parameters
Type Name Description
int index

Row or column index

Returns
Type Description
bool

true if has a page break at at the specified index; false otherwise

Overrides