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

Glossary Item Box

PageShadowWidth Property


See Also    DLL    Example

Applies To

fpSpreadPreview control

Description

Sets or returns the width of the shadow behind the displayed pages.

Syntax

C++

short CSpreadPreview::GetPageShadowWidth( );
void CSpreadPreview::SetPageShadowWidth(short value);

Visual Basic

[form.]fpSpreadPreview.PageShadowWidth[ = value%]

Remarks

The default value of the PageShadowWidth property is 2 pixels. The maximum value you can provide for the PageShadowWidth property is 100 pixels.

Use the PageShadowColor and PageShadowWidth properties to change the color and width of the shadow behind the displayed pages. Use the PageBorderColor and PageBorderWidth properties to change the color and width of the border around the displayed pages.

Data Type

Integer

See Also

Customizing the Page Shadow

PageBorderColor, PageBorderWidth, PageShadowColor properties

DLL Correspondence

SpvGetPageShadowWidth, SpvSetPageShadowWidth functions

Copyright © GrapeCity, inc. All rights reserved.