Spread Silverlight Documentation
FirstDisplayedTabIndex Property (IExcelWorkbook)


GrapeCity.Excel Namespace > IExcelWorkbook Interface : FirstDisplayedTabIndex Property
Gets or sets the first index of the displayed tab.
Syntax
'Declaration
 
Property FirstDisplayedTabIndex As System.Integer
'Usage
 
Dim instance As IExcelWorkbook
Dim value As System.Integer
 
instance.FirstDisplayedTabIndex = value
 
value = instance.FirstDisplayedTabIndex
System.int FirstDisplayedTabIndex {get; set;}

Property Value

The first index of the displayed tab.
See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members