Previous - xlsRowHeight Section Home - Microsoft Excel Next - xlsAddSheet


xlsSetRowHeight ( )

Sets the height of a particular row, in pixels

Usage:

xlsSetRowHeight (object me, integer y, float newHeight)

Parameters:

y (integer) - cell row index

newHeight (float) - new height in pixels

Returns:

(integer) - The success code

Example:

xtRose = xtra("Rosetta").new( )
xtRose.xlsLaunch( )
xtRose.xlsOpen( "C:\myCalculations.xls", EMPTY )
nWidth = xtRose.xlsSetRowHeight( 3, 22.2 )

Notes:


Previous - xlsRowHeight Section Home - Microsoft Excel Next - xlsAddSheet