Spread 8.0 Documentation
SSIsVerticalScrollBarVisible Function
Support Options
DLL Reference > DLL Functions > SSIsVerticalScrollBarVisible Function

Glossary Item Box

SSIsVerticalScrollBarVisible Function


See Also    ActiveX

Applies To

fpSpread DLL control

Description

Returns whether the vertical scrollbar is visible.

Syntax

C

BOOL SSIsVerticalScrollBarVisible(HWND hWnd);

C++

BOOL TSpread::IsVerticalScrollBarVisible(void);

Parameters

The following parameter is available:

Parameter Description
hWnd Window handle of the fpSpread control

Remarks

This function is applied to the current view. If you have multiple sheets, the function returns whether the vertical scrollbar is currently visible.

Return Value

Returns TRUE if the vertical scrollbar is visible; otherwise, FALSE.

See Also

SSIsHorizontalScrollBarVisible, SSShowRow functions

ActiveX Correspondence

IsVerticalScrollBarVisible property

Copyright © GrapeCity, inc. All rights reserved.