Previous - xlsSetRange Section Home - Microsoft Excel Next - xlsHeight


xlsWidth ( )

obtains the width in pixels for the active range of cells selected

Usage:

xlsWidth (object me )

Parameters:

None

Returns:

(integer) - The success code

Example:

xtRose = xtra("Rosetta").new( )
xtRose.xlsLaunch( )
xtRose.xlsNewBlank( )
xtRose.xlsSetRange( 1, 1, 5, 3 )
nWidth = xtRose.xlsWidth( )

Notes:


Previous - xlsSetRange Section Home - Microsoft Excel Next - xlsHeight