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

Glossary Item Box

PrintColHeaders Property


See Also    DLL    Example

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

C++

BOOL CSpreadSheet::GetPrintColHeaders( );
void CSpreadSheet::SetPrintColHeaders(BOOL value);

Visual Basic

[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

Print Properties

PrintRowHeaders property

PrintSheet method

DLL Correspondence

SSPrint function

Copyright © GrapeCity, inc. All rights reserved.