SSN_USERFORMULA Message
Description
Sent to the fpSpread control when the user enters a formula. The owner receives this message through a WM_COMMAND message from the control.
Parameters
The following parameters are available:
Parameter | Description | |
wParam | Low Word | fpSpread control ID |
High Word | SSN_USERFORMULA | |
lParam | Window handle of the fpSpread control |
Remarks
The application does not have to do any processing of the formula. The control handles all the formula processing, including performing any needed calculations.
Return Value
None