SSpread.ShadowText Property
Sets the text color for row and column headers and label cells.
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, ShadowColor, TypeTextShadow, TypeTextShadowIn properties