AllowCellOverflow Property
Applies To
fpSpread control
Description
Sets or returns whether data can overflow into adjacent empty cells.
Syntax
C++
BOOL CSpreadSheet::GetAllowCellOverflow( );
void CSpreadSheet::SetAllowCellOverflow(BOOL value);
Visual Basic
[form.]fpSpread.AllowCellOverflow[ = boolean%]
Remarks
The default value for the AllowCellOverflow property is False.
This setting is applied to the entire workbook, including all sheets in the control.
When the AllowCellOverflow property is set to True,
- Left-aligned data in a cell overflows to the adjacent right cell.
- Right-aligned data in a cell overflows to the adjacent left cell.
- When data is centered in a cell, data overflows to both the left and right adjacent cells.
Notes:
|
Spread Designer
Choose the Book menu, then the Environment menu, select the Environment tab, and then choose the Cell Overflow check box in the Book Settings dialog box.
Data Type
Integer (Boolean)
See Also
CellNoteIndicator property
DLL Correspondence
SSGetBool (SSB_ALLOWCELLOVERFLOW), SSSetBool (SSB_ALLOWCELLOVERFLOW) functions