TabStripLeftSheet Property
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
ActiveSheet, Sheet, SheetName properties
DLL Correspondence
SSGetTabStripLeftSheet, SSSetTabStripLeftSheet functions