Spread 8.0 Documentation
SSGetSheet, SSSetSheet Functions
Support Options
DLL Reference > DLL Functions > SSGetSheet, SSSetSheet Functions

Glossary Item Box

SSGetSheet, SSSetSheet Functions


See Also    ActiveX    Example

Applies To

fpSpread DLL control

Description

Set or return the sheet on which an operation is to occur.

Syntax

C

short SSGetSheet(HWND hWnd);

void SSSetSheet(HWND hWnd, short nSheet);

C++

short TSpread::GetSheet( );

void TSpread::SetSheet(short nSheet);

Parameters

The SSGetSheet function has the following parameter:

Parameter Description
hWnd Window handle of the fpSpread control

The SSSetSheet function has the following parameters:

Parameter Description
hWnd Window handle of the fpSpread control
nSheet Sheet index of the sheet on which an operation is to occur

Remarks

Info on DeleteSheets, InsertSheets, MoveSheets, and ActiveSheet.

Return Value

SSGetSheet: Sheet index of the sheet on which operations are currently occuring.
SSSetSheet: None

See Also

SSDeleteSheets, SSInsertSheets, SSMoveSheets, SSResetSheet functions

ActiveX Correspondence

Sheet property

Copyright © GrapeCity, inc. All rights reserved.