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

Glossary Item Box

GrayAreaBackColor Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns the gray area color for the control.

Syntax

C++

unsigned long CSpreadSheet::GetGrayAreaBackColor( );
void CSpreadSheet::SetGrayAreaBackColor(unsigned long value);

Visual Basic

[form.]fpSpread.GrayAreaBackColor[ = color]

Remarks

The gray area is the space between the sheets and the edges of the fpSpread control. You can see the gray area when the sheets are so small that they are smaller than the fpSpread control or when you scroll beyond the last row or column in the sheet. This property changes the color of that gray area.

The default value for the GrayAreaBackColor property is &H00C0C0C0& (light gray).

Spread Designer

Choose the Book menu, then the Book Colors menu, select the Colors tab, and then choose GrayAreaBackColor from the drop-down list box in the Sheet Default Settings dialog box.

Data Type

Color

See Also

Setting the Gray Area Color

BackColor property

DLL Correspondence

SSGetGrayAreaColor, SSSetGrayAreaColor functions

Copyright © GrapeCity, inc. All rights reserved.