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

Glossary Item Box

EnhanceStaticCells Property


See Also    DLL

Applies To

fpSpread control

Description

Sets or returns whether static text cells have an enhanced appearance.

Syntax

C++

BOOL CSpreadSheet::GetEnhanceStaticCells( );
void CSpreadSheet::SetEnhanceStaticCells(BOOL value);

Visual Basic

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

Remarks

The default value for the EnhanceStaticCells property is False.

This setting is applied to the entire workbook, including all sheets in the control.

When the EnhanceStaticCells property is set to True, static cells will use the visual style or enhanced setting if AppearanceStyle is set to visual or enhanced. If the appearance colors are set with the SetEnhancedColumnHeaderColors method and the AppearanceStyle is enhanced, the static cells will use those colors.

This property applies the enhanced or visual appearance to static cells that are not in the header or non-default static cells in the header.

Spread Designer

Choose the Book menu, then the Display menu and the Display tab. Select the Enhance Static Cells check box.

Data Type

Integer (Boolean)

See Also

Customizing the Appearance

AppearanceStyle property

SetEnhancedColumnHeaderColors method

DLL Correspondence

SSGetEnhanceStaticCells, SSSetEnhanceStaticCells functions

Copyright © GrapeCity, inc. All rights reserved.