PrintRowHeaders Property
Applies To
fpSpread control
Description
Sets or returns whether to print the row headers on the left side of each page. This property is available at run time only.
Syntax
BOOL CSpreadSheet::GetPrintRowHeaders( );
void CSpreadSheet::SetPrintRowHeaders(BOOL value);
[form.]fpSpread.PrintRowHeaders[ = boolean%]
Remarks
The default value for the PrintRowHeaders property is True.
When the PrintRowHeaders property is set to True, the row headers are printed with the sheet.To print the column headers, set the PrintColHeaders property to True.
Set the PrintRowHeaders 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.
Spread Designer
Choose the Sheet menu, then the Print Properties menu, select the Print Properties tab, and then choose the Row Headers check box in the Print group box in the Print Properties dialog box.
Data Type
Integer (Boolean)
See Also
PrintColHeaders property
PrintSheet method
DLL Correspondence
SSPrint function