Spread Silverlight Documentation
FirstDisplayedTabIndex Property (ExcelWorkbook)


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

Property Value

The first index of the displayed tab.
See Also

Reference

ExcelWorkbook Class
ExcelWorkbook Members