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

Glossary Item Box

HighlightHeaders Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns whether the header of the active cell or the selection is highlighted.

Syntax

C++

long CSpreadSheet::GetHighlightHeaders( );
void CSpreadSheet::SetHighlightHeaders(long value);

Visual Basic

[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

Customizing the Appearance

HighlightAlphaBlend, HighlightAlphBlendColor, HighlightStyle properties

SetActiveCell method

DLL Correspondence

SSGetHighlightHeaders, SSSetHighlightHeaders functions

Copyright © GrapeCity, inc. All rights reserved.