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

Glossary Item Box

PrintBorder Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns whether to print the sheet border. This property is available at run time only.

Syntax

C++

BOOL CSpreadSheet::GetPrintBorder( );
void CSpreadSheet::SetPrintBorder(BOOL value);

Visual Basic

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

Remarks

The default value for the PrintBorder property is True, which prints a border around the edge of the sheet.

Set the PrintBorder property before you use the PrintSheet method to print the sheet.

This property is set at the sheet level. Set the Sheet property before setting this property if there are multiple sheets.

Use the NoBorder property to specify whether the sheet displays a border on screen. The NoBorder property does not have an effect on whether the sheet prints with a border.

Spread Designer

Choose the Sheet menu, then the Print Properties menu, select the Print Properties tab, and then choose the Border check box in the Print group box in the Print Properties dialog box.

Data Type

Integer (Boolean)

See Also

Print Properties

NoBorder property

PrintSheet method

DLL Correspondence

SSPrint function

Copyright © GrapeCity, inc. All rights reserved.