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

Glossary Item Box

PageBorderColor Property


See Also    DLL    Example

Applies To

fpSpreadPreview control

Description

Sets or returns the border color of the displayed pages.

Syntax

C++

unsigned long CSpreadPreview::GetPageBorderColor( );
void CSpreadPreview::SetPageBorderColor(unsigned long value);

Visual Basic

[form.]fpSpreadPreview.PageBorderColor[ = color]

Remarks

The default value for the PageBorderColor property is &H00800000& (dark blue).

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.

This property does not have an effect unless the PageBorderWidth property is set to a value greater than zero.

Data Type

Color

See Also

Customizing the Page Border

PageBorderWidth, PageShadowColor, PageShadowWidth properties

DLL Correspondence

SpvGetPageBorderColor, SpvSetPageBorderColor functions

Copyright © GrapeCity, inc. All rights reserved.