SSGetCellSendingMsg Function
Applies To
fpSpread DLL control
Description
Returns the coordinates of the cell that sent either the SSN_BUTTONDOWN or SSN_BUTTONUP notification message.
Syntax
C
void SSGetCellSendingMsg(HWND hWnd, LPSS_COORD lpCol, LPSS_COORD lpRow);
C++
void TSpread::GetCellSendingMsg(LPSS_COORD lpCol, LPSS_COORD lpRow);
Parameters
The following parameters are available:
Parameter | Description |
---|---|
hWnd | Window handle of the fpSpread control |
lpCol | Pointer to variable that receives column number of active cell |
lpRow | Pointer to variable that receives row number of active cell |
Remarks
This function is applied to the current sheet setting unless you first call the SSSetSheet function to specify the sheet for which you are calling this function.
See Also
SSSetSheet function