PageBorderColor Property
Applies To
fpSpreadPreview control
Description
Sets or returns the border color of the displayed pages.
Syntax
unsigned long CSpreadPreview::GetPageBorderColor( );
void CSpreadPreview::SetPageBorderColor(unsigned long value);
[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
PageBorderWidth, PageShadowColor, PageShadowWidth properties
DLL Correspondence
SpvGetPageBorderColor, SpvSetPageBorderColor functions