Spread 8.0 Documentation
SSGetHighlightHeaders, SSSetHighlightHeaders Functions
Support Options
DLL Reference > DLL Functions > SSGetHighlightHeaders, SSSetHighlightHeaders Functions

Glossary Item Box

SSGetHighlightHeaders, SSSetHighlightHeaders Functions


See Also    ActiveX

Applies To

fpSpread DLL control

Description

Set or return whether to highlight the headers of a selected block or the active cell.

Syntax

C

WORD SSGetHighlightHeaders(HWND hWnd);

WORD SSSetHighlightHeaders(HWND hWnd, WORD wOption);

C++

WORD TSpread::GetHighlightHeaders(void);

WORD TSpread::SetHighlightHeaders(WORD wOption);

Parameters

The SSGetHighlightHeaders function has the following parameter:

Parameter Description
hWnd Window handle of the fpSpread control

The SSSetHighlightHeaders function has the following parameters:

Parameter Description
hWnd Window handle of the fpSpread control
wOption Highlight style to use
Constant Description
0 SS_HIGHLIGHTHEADERS_DEFAULT If the AppearanceStyle is set to Classic, set highlight to off, otherwise it is on
1 SS_HIGHLIGHTHEADERS_OFF Headers are not highlighted
2 SS_HIGHLIGHTHEADERS_ON Displays the header highlight

Remarks

This function is applied to the entire control.

Return Value

Value for the wOption parameter.

See Also

Customizing the Appearance

SSSetHighlightStyle, SSSetHighlightAlphaBlend functions

ActiveX Correspondence

HighlightHeaders, HighlightStyle, HighlightAlphaBlend properties

Copyright © GrapeCity, inc. All rights reserved.