PrintBorder Property
Applies To
fpSpread control
Description
Sets or returns whether to print the sheet border. This property is available at run time only.
Syntax
BOOL CSpreadSheet::GetPrintBorder( );
void CSpreadSheet::SetPrintBorder(BOOL value);
[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
NoBorder property
PrintSheet method
DLL Correspondence
SSPrint function