When I create a workbook in Spreadsheetgear with multiple worksheets, save it to a file, and open it - the tab bar displays only the last sheet added. I have to click on the tab bar navigation arrows to get all 4 of the tabs to display. Does anyone know how to adjust the settings of the tab bar display?
The Excel Macro for scrolling over the workbook tabs to the first position is this:
ActiveWindow.ScrollWorkbookTabs Position:=xlFirst
But, I cannot figure out how to make that happen in Spreadsheetgear.