Previous - xlsSetColumnWidth Section Home - Microsoft Excel Next - xlsSetRowHeight


xlsRowHeight ( )

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:


Previous - xlsSetColumnWidth Section Home - Microsoft Excel Next - xlsSetRowHeight