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

Glossary Item Box

TabScrolling Event


See Also    Example

Applies To

fpSpread control

Description

Occurs before the user scrolls through sheet tabs in the tab strip.

Syntax

C++

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

Visual Basic

Sub fpSpread_TabScrolling(OldLeftSheet As Integer, NewLeftSheet As Integer)

Parameters

The following parameters are available:

Parameter Description
OldLeftSheet Sheet number of the sheet previously on the left side of the tab strip
NewLeftSheet Sheet number of the sheet that will be on the left side of the tab strip

Remarks

The TabScrolled event occurs after the user scrolls through sheet tabs in the tab strip. The TabScrolling event occurs before the leftmost sheet tab changes after the user scrolls through tabs.

See Also

TabScrolled event

Copyright © GrapeCity, inc. All rights reserved.