Spread 8.0 Documentation
RowPageBreak Property
Support Options
ActiveX Reference > ActiveX Properties > RowPageBreak Property

Glossary Item Box

RowPageBreak Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns whether a page break occurs at the specified row when printing the sheet. This property is available at run time only.

Syntax

C++

BOOL CSpreadSheet::GetRowPageBreak( );
void CSpreadSheet::SetRowPageBreak(BOOL value);

Visual Basic

[form.]fpSpread.RowPageBreak[ = boolean%]

Remarks

This setting is applied to the current sheet setting unless you first set the Sheet property to specify the sheet for which you are setting the property. Set the Row property to specify the row number of the row before which the page break occurs before you set the RowPageBreak property.

Page breaks occur above the specified row.

You can use the PrintNextPageBreakRow property to return the rows at which page breaks occur.

To specify a page break before a column in the sheet, set the Col and ColPageBreak properties.

Spread Designer

Choose the Sheet menu, then the Columns and Rows menu, select the Rows tab, and then select the Row Page Break check box in the Settings-Current Row group box in the Column and Row Settings dialog box.

Before setting a page break, select the row where you want the page break to occur.

Data Type

Integer (Boolean)

See Also

Column and Row Settings
Specifying Print Page Breaks

Col, ColPageBreak, PrintNextPageBreakRow, Row, Sheet properties

DLL Correspondence

SSGetRowPageBreak, SSSetRowPageBreak functions

Copyright © GrapeCity, inc. All rights reserved.