Spread 8.0 Documentation
ComboSelChange Event
Support Options
ActiveX Reference > ActiveX Events > ComboSelChange Event

Glossary Item Box

ComboSelChange Event


See Also

Applies To

fpSpread control

Description

Occurs when the user changes the selection in a combo box cell.

Syntax

C++

afx_msg void OnComboSelChangefpSpread(UINT, int, CWnd*, LPVOID);

Visual Basic

Sub fpSpread_ComboSelChange(ByVal Col As Long, ByVal Row As Long)

Parameters

The following parameters are available:

Parameter Description
Col Column number of cell containing combo box
Row Row number of cell containing combo box

Remarks

The ComboSelChange event occurs when the same item is selected or another item is selected. The selected item changes when the user clicks another list item or presses the arrow keys to highlight other items in the list.

Use the ComboSelChange event to update a list before the user closes the list. The ComboCloseUp event occurs before the ComboSelChange event.

Use the SheetSendingEvent property if you want to return the sheet for which this event occured.

See Also

SheetSendingEvent property

ComboCloseUp, ComboDropDown events

Copyright © GrapeCity, inc. All rights reserved.