SheetSendingEvent Property
Applies To
fpSpread control
Description
Returns the sheet index of the sheet that is sending the current event. This property is available at run time only.
Syntax
C++
long CSpreadSheet::GetSheetSendingEvent( );
Visual Basic
[form.]fpSpread.SheetSendingEvent
Remarks
Use this property to determine which sheet is sending the current event. For example, in the BeforeEditMode event, you can return this property value to determine which sheet's cell is going into edit mode.
Data Type
Integer
See Also
SheetCount property
DLL Correspondence
SSGetSheetSendingMsg function