SSM_ROWHEIGHTCHANGE Message
Applies To
fpSpread control
Description
Sent to the owner of the fpSpread control when the user changes the height of a row or a range of rows.
Parameters
The following parameters are available:
Parameter | Description |
wParam | fpSpread control ID |
lParam | Pointer to SS_COORDRANGE structure (The Coord1 member contains the row number of the first row whose height has changed. The Coord2 member contains the row number of the last row in the range of rows being resized. If the user changed the height of only one row, then the value of Coord2 equals the value of Coord1.) |
Return Value
None