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

Glossary Item Box

HighlightAlphBlendColor Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns the color used for alpha blending.

Syntax

C++

OLE_COLOR CSpreadSheet::GetHighlightAlphaBlendColor( );
void CSpreadSheet::SetHighlightAlphaBlendColor
(OLE_COLOR value);

Visual Basic

[form.]fpSpread.HighlightAlphaBlend[ = color]

Remarks

The default value is the system highlight color. The HighlightStyle property should be set to alpha blend.

This setting is applied to all sheets in the control.

Spread Designer

Choose the Book menu, then the Book Colors menu, and then choose the Highlight Alpha Blend Color option in the drop-down list box.

Data Type

Color

See Also

Customizing the Appearance

ActiveCol, ActiveRow, Sheet properties

SetActiveCell method

DLL Correspondence

SSGetHighlightAlphBlend, SSSetHighlightAlphaBlend functions

Copyright © GrapeCity, inc. All rights reserved.