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

Glossary Item Box

PrintShadows Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns whether to print the shadow effect within the column and row headers. This property is available at run time only.

Syntax

C++

BOOL CSpreadSheet::GetPrintShadows( );
void CSpreadSheet::SetPrintShadows(BOOL value);

Visual Basic

[form.]fpSpread.PrintShadows[ = boolean%]

Remarks

The default value for the PrintShadows property is True.

When the PrintShadows property is set to True, the shadow effect within the row and column headers is printed when a sheet is printed. Setting the PrintShadows property to False makes the sheet print more rapidly.

Set the PrintShadows 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.

This property does not have an effect unless the PrintColHeaders or PrintRowHeaders properties are set to True.

Spread Designer

Choose the Sheet menu, then the Print Properties menu, select the Print Properties tab, and then choose the Shadows check box in the Print group box in the Print Properties dialog box.

Data Type

Integer (Boolean)

See Also

Print Properties

PrintColHeaders, PrintRowHeaders properties

PrintSheet method

DLL Correspondence

SSPrint function

Copyright © GrapeCity, inc. All rights reserved.