Spread 8.0 Documentation
SSGetTabStripLeftSheet, SSSetTabStripLeftSheet Functions
Support Options
DLL Reference > DLL Functions > SSGetTabStripLeftSheet, SSSetTabStripLeftSheet Functions

Glossary Item Box

SSGetTabStripLeftSheet, SSSetTabStripLeftSheet Functions


See Also    ActiveX    Example

Applies To

fpSpread DLL control

Description

Set or return the number of the sheet tab that is displayed on the left side of the tab strip.

Syntax

C

short SSGetTabStripLeftSheet(HWND hWnd);

BOOL SSSetTabStripLeftSheet(HWND hWnd, short nSheet);

C++

short TSpread::GetTabStripLeftSheet( );

BOOL TSpread::SetTabStripLeftSheet(short nSheet);

Parameters

The SSGetTabStripLeftSheet function has the following parameter:

Parameter Description
hWnd Window handle of the fpSpread control

The SSSetTabStripLeftSheet function has the following parameters:

Parameter Description
hWnd Window handle of the fpSpread control
nSheet Sheet index of the sheet represented by the leftmost sheet tab

Remarks

This function is applied to the tab strip displayed for the workbook.

Return Value

SSGetTabStripLeftSheet: Sheet index of the sheet represented by the leftmost sheet tab.
SSSetTabStripLeftSheet: TRUE if the function completes successfully; FALSE otherwise.

See Also

SSGetTabStripFont, SSGetTabStripPolicy, SSGetTabStripRatio, SSSetTabStripFont, SSSetTabStripPolicy, SSSetTabStripRatio functions

ActiveX Correspondence

TabStripLeftSheet property

Copyright © GrapeCity, inc. All rights reserved.