FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : TabInfo Class |
'Declaration Public Class TabInfo Implements FarPoint.Web.Spread.Model.ISerializeSupport
'Usage Dim instance As TabInfo
public class TabInfo : FarPoint.Web.Spread.Model.ISerializeSupport
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.
System.Object
FarPoint.Web.Spread.TabInfo
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
TabInfo Members
FarPoint.Web.Spread Namespace
Tab Property (FpSpread)