Spread Silverlight Documentation
SetTabs Method


GrapeCity.Excel Namespace > IExcelReader Interface : SetTabs Method
A flag indicate whether show workbook tabs or not
Zero based index of the selected workbook tab
Zero based index of the first displayed workbook tab
Number of workbook tabs that are selected
Ratio of the width of the workbook tabs to the width of the horizontal scroll bar.
Set the tab information of the workbook
Syntax
'Declaration
 
Sub SetTabs( _
   ByVal showTabs As System.Boolean, _
   ByVal selectedTabIndex As System.Integer, _
   ByVal firstDisplayedTabIndex As System.Integer, _
   ByVal selectedTabCount As System.Integer, _
   ByVal tabRatio As System.Integer _
) 
'Usage
 
Dim instance As IExcelReader
Dim showTabs As System.Boolean
Dim selectedTabIndex As System.Integer
Dim firstDisplayedTabIndex As System.Integer
Dim selectedTabCount As System.Integer
Dim tabRatio As System.Integer
 
instance.SetTabs(showTabs, selectedTabIndex, firstDisplayedTabIndex, selectedTabCount, tabRatio)
void SetTabs( 
   System.bool showTabs,
   System.int selectedTabIndex,
   System.int firstDisplayedTabIndex,
   System.int selectedTabCount,
   System.int tabRatio
)

Parameters

showTabs
A flag indicate whether show workbook tabs or not
selectedTabIndex
Zero based index of the selected workbook tab
firstDisplayedTabIndex
Zero based index of the first displayed workbook tab
selectedTabCount
Number of workbook tabs that are selected
tabRatio
Ratio of the width of the workbook tabs to the width of the horizontal scroll bar.
See Also

Reference

IExcelReader Interface
IExcelReader Members