Navigates to a particular Excel sheet number
Usage:
xlsGo (object me, integer sheetIndex)
Parameters:
sheetIndex (integer) - the excel sheet index to navigate to
Returns:
(integer) - The success code
Example:
xtRose = xtra("Rosetta").new( )
xtRose.xlsLaunch( )
xtRose.xlsOpen( "C:\myCalculations.xls", EMPTY )
xtRose.xlsGo( 3 )
Notes:
Navigating to a new sheet index will also make that sheet the active worksheet.