Previous - xlsSetRowHeight Section Home - Microsoft Excel Next - xlsSetRange


xlsAddSheet ( )

Adds a new new sheet to the active workbook

Usage:

xlsAddSheet (object me )

Parameters:

None

Returns:

(integer) - The success code

Example:

xtRose = xtra("Rosetta").new( )
xtRose.xlsLaunch( )
xtRose.xlsOpen( "C:\myCalculations.xls", EMPTY )
xtRose.xlsAddSheet( )

Notes:

The added sheet will also become the active sheet selected.


Previous - xlsSetRowHeight Section Home - Microsoft Excel Next - xlsSetRange