Spread 8.0 Documentation
SheetSendingEvent Property
Support Options
ActiveX Reference > ActiveX Properties > SheetSendingEvent Property

Glossary Item Box

SheetSendingEvent Property


See Also    DLL    Example

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

Copyright © GrapeCity, inc. All rights reserved.