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

Glossary Item Box

PrintRowHeaders Property


See Also    DLL    Example

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

C++

BOOL CSpreadSheet::GetPrintRowHeaders( );
void CSpreadSheet::SetPrintRowHeaders(BOOL value);

Visual Basic

[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

Print Properties

PrintColHeaders property

PrintSheet method

DLL Correspondence

SSPrint function

Copyright © GrapeCity, inc. All rights reserved.