SSN_TOPROWCHANGE Message
Applies To
fpSpread control
Description
Sent to the owner of the fpSpread control when the user scrolls the sheet in the vertical direction. 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_TOPROWCHANGE | |
lParam | Window handle of the fpSpread control |
Remarks
The user can scroll using the keyboard or a scroll bar. The application should use the SSGetTopLeftCell function to determine the new top row.
Return Value
None