SSM_COLROWRESTRICTED 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 | Pointer to SS_CELLCOORD structure (The Col and Row members represent the column and row numbers of the restricted cell in which the user tried to type data.) |
Remarks
This message is sent only when the fpSpread control uses the SSS_RESTRICTROWS and SSS_RESTRICTCOLS styles or when the SSSetBool function boolean SSB_RESTRICTCOLS and SSB_RESTRICTROWS are set to True.
Return Value
None