GrapeCity.Excel Namespace > IExcelWriter Interface : GetTabs Method |
'Declaration Function GetTabs( _ ByRef showTabs As Boolean, _ ByRef selectedTabIndex As Integer, _ ByRef firstDisplayedTabIndex As Integer, _ ByRef selectedTabCount As Integer, _ ByRef tabRatio As Integer _ ) As Boolean
'Usage Dim instance As IExcelWriter Dim showTabs As Boolean Dim selectedTabIndex As Integer Dim firstDisplayedTabIndex As Integer Dim selectedTabCount As Integer Dim tabRatio As Integer Dim value As Boolean value = instance.GetTabs(showTabs, selectedTabIndex, firstDisplayedTabIndex, selectedTabCount, tabRatio)
bool GetTabs( ref bool showTabs, ref int selectedTabIndex, ref int firstDisplayedTabIndex, ref int selectedTabCount, ref int tabRatio )
Target Platforms: Windows Server 2012, Windows RT