SSpread.ShadowLight Property
Sets the color of row and column headers and the uneven light 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).
Added since Ver.5.0.1
Header color setting property
ShadowLight ↓
ShadowDark ↑
Example of usage
AppearanceStyle = $AppearanceStyleClassic;
ShadowColor = $DCYAN;
ShadowText = $WHITE;
ShadowLight = "#DAEAD0";
ShadowDark = "#005C50";
Related Items
AppearanceStyle, ShadowColor, ShadowDark, ShadowText, TypeTextShadow, TypeTextShadowIn properties