Spread ASP.NET 6.0 Product Documentation
TabInfo Class
Members  See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : TabInfo Class


Glossary Item Box

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

Visual Basic (Declaration) 
Public Class TabInfo 
   Implements FarPoint.Web.Spread.Model.ISerializeSupport 
Visual Basic (Usage)Copy Code
Dim instance As TabInfo
C# 
public class TabInfo : FarPoint.Web.Spread.Model.ISerializeSupport  

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.