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