Spread 8.0 Documentation
ShadowColor Property
Support Options
ActiveX Reference > ActiveX Properties > ShadowColor Property

Glossary Item Box

ShadowColor Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns the background color of the column and row headers, and static text cells when the TypeTextShadow property or the TypeTextShadowIn property is set to True.

Syntax

C++

unsigned long CSpreadSheet::GetShadowColor( );
void CSpreadSheet::SetShadowColor(unsigned long value);

Visual Basic

[form.]fpSpread.ShadowColor[ = color]

Remarks

The default value for the ShadowColor property is &H00C0C0C0& (light gray).

This setting is applied to the current sheet setting unless you first set the Sheet property to specify the sheet for which you are setting the property.

Specify the shadow color for the borders of the cells using the ShadowDark property. Specify the text color for the cells using the ShadowText property.

Static text cells display a three-dimensional shaded effect if you set either the TypeTextShadow or TypeTextShadowIn property to True.

Spread Designer

Choose the Sheet menu, then the Sheet Colors menu, select the Sheet Colors tab, and then choose ShadowColor from the Property drop-down list box in the Sheet Settings dialog box.

Data Type

Color

See Also

Setting the Header Background and Text Colors
Creating and Customizing a Static Text Cell

ShadowDark, ShadowText, Sheet, TypeTextShadow, TypeTextShadowIn properties

DLL Correspondence

SSGetShadowColor, SSSetShadowColor functions

Copyright © GrapeCity, inc. All rights reserved.