SSpread.ShadowColor Property
Sets the background color for row and column headers and 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 the TypeTextShadow 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
Example of usage
AppearanceStyle = $AppearanceStyleClassic;
ShadowColor = $DCYAN;
ShadowText = $WHITE;
ShadowLight = "#DAEAD0";
ShadowDark = "#005C50";
Related Items
AppearanceStyle, ShadowDark, ShadowLight, ShadowText, TypeTextShadow, TypeTextShadowIn properties