SSM_ROWRESTRICTED Message
Applies To
fpSpread control
Description
Sent to the owner of the fpSpread control when the user attempts to type data outside a restricted area.
Parameters
The following parameters are available:
Parameter | Description |
wParam | fpSpread control ID |
lParam | Row number of row in which user attempted to type data |
Remarks
This message is sent only when the fpSpread control uses the SSS_RESTRICTROWS style or when the SSSetBool function boolean SSB_RESTRICTROWS is set to True.
Return Value
None