Spread 8.0 Documentation
TabStripLeftSheet Property
Support Options
ActiveX Reference > ActiveX Properties > TabStripLeftSheet Property

Glossary Item Box

TabStripLeftSheet Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns the number of the sheet tab that is displayed on the left side of the tab strip. This property is available at run time only.

Syntax

C++

short CSpreadSheet::GetTabStripLeftSheet( )
void CSpreadSheet::SetTabStripLeftSheet(short value)

Visual Basic

[form.]fpSpread.TabStripLeftSheet[ = value%]

Remarks

The default value for the TabStripLeftSheet property is 1 sheet.

If the workbook contains more than one sheet, specify the sheet with which to interact by setting the ActiveSheet or Sheet property. Specify the name for a sheet by setting the SheetName property.

Data Type

Integer

See Also

Customizing the Tab Strip

ActiveSheet, Sheet, SheetName properties

DLL Correspondence

SSGetTabStripLeftSheet, SSSetTabStripLeftSheet functions

Copyright © GrapeCity, inc. All rights reserved.