SetDataFillData Method
Applies To
fpSpread control
Description
Sets data in the database inside the DataFill event.
Syntax
C++
BOOL CSpreadSheet::SetDataFillData(const VARIANT& Var);
Visual Basic
fpSpread.SetDataFillData(ByVal Var As Variant) As Boolean
Parameters
The following parameter is available:
Parameter | Description |
---|---|
Var | Value written to the database |
Remarks
This method lets the application interact with any data contained in the sheet before it is written to the database.
This method is called for the current sheet setting unless you first set the Sheet property to specify the sheet with which you want to work.
Return Type
True if successful; otherwise, False.
See Also
DataFillEvent property
DataFill event
GetDataFillData method