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

Glossary Item Box

PageBorderWidth Property


See Also    DLL    Example

Applies To

fpSpreadPreview control

Description

Sets or returns the border width of the displayed pages.

Syntax

C++

short CSpreadPreview::GetPageBorderWidth( );
void CSpreadPreview::SetPageBorderWidth(short value);

Visual Basic

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

Remarks

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

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

Data Type

Integer

See Also

Customizing the Page Border

PageBorderColor, PageShadowColor, PageShadowWidth properties

DLL Correspondence

SpvGetPageBorderWidth, SpvSetPageBorderWidth functions

Copyright © GrapeCity, inc. All rights reserved.