GrapeCity.Excel Namespace > IExcelReader Interface : SetTabs Method |
'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 )
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)