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

Glossary Item Box

HighlightAlphBlend Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns the alpha value used for alpha blending.

Syntax

C++

short CSpreadSheet::GetHighlightAlphaBlend( );
void CSpreadSheet::SetHighlightAlphaBlend(short value);

Visual Basic

[form.]fpSpread.HighlightAlphaBlend[ = setting%]

Remarks

The default value is 75. The range of the value can be 0 to 255 with 0 being transparent and 255 being opaque. 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 Environment menu, and then type a number in the Highlight Alpha box.

Data Type

Integer (Enumerated)

See Also

Customizing the Appearance

ActiveCol, ActiveRow, Sheet, HighlightStyle properties

SetActiveCell method

DLL Correspondence

SSGetHighlightAlphBlend, SSSetHighlightAlphaBlend functions

Copyright © GrapeCity, inc. All rights reserved.