Link Search Menu Expand Document

SSpread.SelBackColor Property

Sets the background color of the selected cell block.

Specify a color constant or #RRGGBB format.

The behavior when $STD is specified depends on the setting of the AppearanceStyle property. In the case of $AppearanceStyleClassic (standard style), it will be the reverse color of the background color specified by the BackColor property. For other styles, it is based on the color of the selection set in the system.

The initial value is $STD.

The text color of the selected cell is set with the SelForeColor property.

Example of usage

SelForeColor = $DGREEN;
SelBackColor = "#F2ED71";

Related Items
AppearanceStyle, BackColor, SelForeColor properties