Spread for ASP.NET 8.0 Product Documentation
TabInfo Class
Members 


Represents the information about the sheet name tabs that are displayed in the command bar at the bottom of the component.
Object Model
TabInfo Class
Syntax
'Declaration
 
Public Class TabInfo 
   Implements FarPoint.Web.Spread.Model.ISerializeSupport 
'Usage
 
Dim instance As TabInfo
Remarks

Since a Spread component may have more than one sheet, the tabs (or buttons) in the command bar contain the sheet names and provide a way to navigate to different sheets. These are called sheet name tabs.

The default sheet names are Sheet0, Sheet1, etc. You can specify other names for the sheets and these appear in the sheet name tabs.

You can set how many sheet name tabs are displayed. If the number of tabs exceeds the value specified, an ellipses is displayed. Click the ellipses to display the next (or previous) set of sheet names. You can also set the increment for advancing the sheet names. Be sure not to set the increment bigger than the number displayed if you want to be able to see all the sheet name tabs.

Note: The sheet changes when you click a different sheet name tab or when you click on the ellipses. When you click on the ellipses, the lowest number sheet in the set of sheet names is displayed.

Inheritance Hierarchy

System.Object
   FarPoint.Web.Spread.TabInfo

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

TabInfo Members
FarPoint.Web.Spread Namespace
Tab Property (FpSpread)

User-Task Documentation

Displaying the Sheet Names

 

 


Copyright © GrapeCity, inc. All rights reserved.