GrayAreaBackColor Property
Applies To
fpSpread control
Description
Sets or returns the gray area color for the control.
Syntax
unsigned long CSpreadSheet::GetGrayAreaBackColor( );
void CSpreadSheet::SetGrayAreaBackColor(unsigned long value);
[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
BackColor property
DLL Correspondence
SSGetGrayAreaColor, SSSetGrayAreaColor functions