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

Glossary Item Box

ShadowDark Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns the color of the bottom and right borders of the column and row headers, and static text cells when the TypeTextShadow property is set to True, and the color of the top and left borders of static text cells when the TypeTextShadowIn property is set to True.

Syntax

C++

unsigned long CSpreadSheet::GetShadowDark( );
void CSpreadSheet::SetShadowDark(unsigned long value);

Visual Basic

[form.]fpSpread.ShadowDark[ = color]

Remarks

The default value for the ShadowDark property is &H00808080& (dark 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 background color for the cells using the ShadowColor 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 ShadowDark from the Property drop-down list box in the Sheet Settings dialog box.

Data Type

Color

See Also

Setting the Header Shadow Color
Displaying Three-Dimensional Appearance in a Static Text Cell

ShadowColor, ShadowText, Sheet, TypeTextShadow, TypeTextShadowIn properties

DLL Correspondence

SSGetShadowColor, SSSetShadowColor functions

Copyright © GrapeCity, inc. All rights reserved.