PrintColHeaders Property
Applies To
fpSpread control
Description
Sets or returns whether to print the column headers at the top of each page. This property is available at run time only.
Syntax
BOOL CSpreadSheet::GetPrintColHeaders( );
void CSpreadSheet::SetPrintColHeaders(BOOL value);
[form.]fpSpread.PrintColHeaders[ = boolean%]
Remarks
The default value for the PrintColHeaders property is True, which prints the sheet's column headers.
Set the PrintColHeaders property before you use the PrintSheet method to print the spreadsheet.
This property is set at the sheet level. Set the Sheet property before setting this property if there are multiple sheets.
To specify whether to print the row headers, set the PrintRowHeaders property.
Spread Designer
Choose the Sheet menu, then the Print Properties menu, select the Print Properties tab, and then choose the Column Headers check box in the Print group box in the Print Properties dialog box.
Data Type
Integer (Boolean)
See Also
PrintRowHeaders property
PrintSheet method
DLL Correspondence
SSPrint function