Obtains the height of a particular row, in pixels
Usage:
xlsRowHeight (object me, integer y )
Parameters:
y (integer) - cell row index
Returns:
(float) - the row height
Example:
xtRose = xtra("Rosetta").new( )
xtRose.xlsLaunch( )
xtRose.xlsOpen( "C:\myCalculations.xls", EMPTY )
nHeight = xtRose.xlsRowHeight( 3 )
Notes: