SSGetSheetSendingMsg Function
Applies To
fpSpread DLL control
Description
Returns the sheet index of the sheet that is sending the current message.
Syntax
C
short SSGetSheetSendingMsg(HWND hWnd);
C++
short TSpread::GetSheetSendingMsg( );
Parameters
The function has the following parameter:
Parameter | Description |
hWnd | Window handle of the fpSpread control |
Remarks
Call this function to determine which sheet is sending the current message. For example, for the SSM_BEFOREEDITMODE message, you can call this function to determine which sheet's cell is going into edit mode.
Return Value
Sheet index for the sheet sending the message
See Also
ActiveX Correspondence
SheetSendingEvent property