HighlightAlphBlend Property
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
ActiveCol, ActiveRow, Sheet, HighlightStyle properties
SetActiveCell method
DLL Correspondence
SSGetHighlightAlphBlend, SSSetHighlightAlphaBlend functions