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