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

Glossary Item Box

SSIsHorizontalScrollBarVisible Function


See Also    ActiveX

Applies To

fpSpread DLL control

Description

Returns whether the vertical scrollbar is visible.

Syntax

C

BOOL SSIsHorizontalScrollBarVisible(HWND hWnd);

C++

BOOL TSpread::IsHorizontalScrollBarVisible(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 horizontal scrollbar is currently visible.

Return Value

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

See Also

SSIsVerticalScrollBarVisible, SSShowRow functions

ActiveX Correspondence

IsHorizontalScrollBarVisible property

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.