DataFillEvent Property
Applies To
fpSpread control
Description
Sets or returns whether the DataFill event occurs for a specified column. This property is available at run time only.
Syntax
BOOL CSpreadSheet::GetDataFillEvent( );
void CSpreadSheet::SetDataFillEvent(BOOL value);
[form.]fpSpread.DataFillEvent[ = boolean%]
Remarks
When the DataFillEvent property is set to True for a column, the DataFill event occurs for each cell in that column when the data for the cell is read and when the data in the cell is written back to the database.
This setting is applied to the current sheet setting unless you first set the Sheet property to specify the sheet for which you are setting the property. This property can be set for each column in the sheet; therefore, you must specify a column using the Col property before setting the DataFillEvent property.
This property is valid only when the sheet is bound to a database.
Spread Designer
Fire Data Fill Event for Column check box under Selected Column Data Binding Information in the Data Binding dialog box
Data Type
Integer (Boolean)
See Also
Col, DataField, DAutoFill properties
DataFill event