ActiveCellHighlightStyle Property
Applies To
fpSpread control
Description
Sets or returns whether the active cell is highlighted with a focus rectangle.
Syntax
long CSpreadSheet::GetActiveCellHighlightStyle( );
void CSpreadSheet::SetActiveCellHighlightStyle(long value);
[form.]fpSpread.ActiveCellHighlightStyle[ = setting%]
Remarks
The following settings are available:
Setting | Description | Constant |
---|---|---|
0 - Off | Active cell does not display the focus rectangle | ActiveCellHighlightStyleOff |
1 - Normal | (Default) Active cell displays the focus rectangle | ActiveCellHighlightStyleNormal |
This setting is applied to the current sheet setting unless you first set the Sheet property to specify the sheet for which you are setting the property.
Spread Designer
Choose the Sheet menu, then the Sheets menu, and then choose the Active Cell Highlight drop-down list box in the Sheet Settings dialog box.
Data Type
Integer (Enumerated)
See Also
ActiveCol, ActiveRow, Sheet properties
SetActiveCell method
DLL Correspondence
SSGetActiveCellHighlightStyle, SSSetActiveCellHighlightStyle functions