EnhanceStaticCells Property
Applies To
fpSpread control
Description
Sets or returns whether static text cells have an enhanced appearance.
Syntax
BOOL CSpreadSheet::GetEnhanceStaticCells( );
void CSpreadSheet::SetEnhanceStaticCells(BOOL value);
[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
AppearanceStyle property
SetEnhancedColumnHeaderColors method
DLL Correspondence
SSGetEnhanceStaticCells, SSSetEnhanceStaticCells functions