Spread 8.0 Documentation
SSVGetStyle, SSVSetStyle Functions
Support Options
DLL Reference > DLL Functions > SSVGetStyle, SSVSetStyle Functions

Glossary Item Box

SSVGetStyle, SSVSetStyle Functions


See Also    ActiveX

Applies To

fpSpread DLL control

Description

Set or return the virtual mode style for the sheet.

Syntax

C

LONG SSVGetStyle(HWND hWnd);

LONG SSVSetStyle(HWND hWnd, LONG lStyle);

C++

LONG TSpread::VGetStyle(void);

LONG TSpread::VSetStyle(LONG lStyle);

Parameters

The SSVGetStyle function has the following parameter:

Parameter Description
hWnd Window handle of the fpSpread control

The SSVSetStyle function has the following parameters:

Parameter Description
hWnd Window handle of the fpSpread control
lStyle Virtual mode style to set
Can be any combination of the following:
Constant Description
SSV_SCROLLBARSHOWBUFFER Scroll bar reflects the number of rows in the virtual buffer
(If this style is not used, the scroll bar reflects the total number of rows.)
SSV_NOROWNUMBERS Row numbers are not displayed in the row header

Remarks

This function is applied to the current sheet setting unless you first call the SSSetSheet function to specify the sheet for which you are calling this function.

Return Value

SSVGetStyle: Current virtual mode style. This value can be any combination of the values listed for the SSVSetStyle function lStyle parameter.
SSVSetStyle: Previous virtual mode style.

See Also

Customizing Virtual Mode

SSSetSheet, SSVScrollGetSpecial, SSVScrollSetSpecial functions

ActiveX Correspondence

VirtualScrollBuffer property

Copyright © GrapeCity, inc. All rights reserved.