Link Search Menu Expand Document

SSpread.ShadowDark Property

Sets the color of row and column headers and the shaded areas of label cells.

For row and column headers, this is only valid if the AppearanceStyle property is $AppearanceStyleClassic. For label cells, this is valid only when either theTypeTextShadow property or the TypeTextShadowIn property is $TRUE (3D display).

Specify a color constant and #RRGGBB format. The initial value is $STD (system standard color).

Header color setting property

ShadowLight ↓ 
login image
                                 ↑ ShadowDark

Example of usage

AppearanceStyle = $AppearanceStyleClassic;
ShadowColor = $DCYAN;
ShadowText = $WHITE;
ShadowLight = "#DAEAD0";
ShadowDark = "#005C50";

Related Items
AppearanceStyle, ShadowColor, ShadowLight, ShadowText, TypeTextShadow, TypeTextShadowIn properties