HighlightHeaders Property
Applies To
fpSpread control
Description
Sets or returns whether the header of the active cell or the selection is highlighted.
Syntax
long CSpreadSheet::GetHighlightHeaders( );
void CSpreadSheet::SetHighlightHeaders(long value);
[form.]fpSpread.HighlightHeaders[ = setting%]
Remarks
The following settings are available:
Setting | Description | Constant |
---|---|---|
0 - Default | (Default) If the AppearanceStyle property is set to Classic, the highlight is off, otherwise it is on | HighlightDefault |
1 - Off | No highlight for the header | HighlightHeaderOff |
2 - On | Header uses new highlight appearance style | HighlightHeadersOn |
This setting is applied to all sheets in the control. The header highlight will move when the user changes the active cell or a selected range of cells. The header highlight is based on the AppearanceStyle property (on for a new Spread control and off for an upgraded control).
Spread Designer
Choose the Book menu, then the Environment menu, and then choose the Highlight Headers drop-down list box.
Data Type
Integer (Enumerated)
See Also
HighlightAlphaBlend, HighlightAlphBlendColor, HighlightStyle properties
SetActiveCell method
DLL Correspondence
SSGetHighlightHeaders, SSSetHighlightHeaders functions