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

Glossary Item Box

ActiveCellHighlightStyle Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns whether the active cell is highlighted with a focus rectangle.

Syntax

C++

long CSpreadSheet::GetActiveCellHighlightStyle( );
void CSpreadSheet::SetActiveCellHighlightStyle(long value);

Visual Basic

[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

Customizing Navigation

ActiveCol, ActiveRow, Sheet properties

SetActiveCell method

DLL Correspondence

SSGetActiveCellHighlightStyle, SSSetActiveCellHighlightStyle functions

Copyright © GrapeCity, inc. All rights reserved.