Navigation:  Classes > bBrowser >

bBrowser:SetRowHeight()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Sets the height of a row.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:SetRowHeight(

<nRowNo>,

<nRecNo>,

<iHeight>

) Æ lSuccess

Arguments

<nRowNo>The row number of the data row for which the height is to be set.
Data Type:Integer | Float

 

<nRecNo>The record number of the data row for which the height is to be set.
Data Type:Integer | Float

 

<iHeight>The row height that is to be set. If the value 0 is passed then the row height is calculated depending by the column values of the data row automatically. For this the method bBrowser:CalculateRowHeight() is invoked.
Data Type:Integer

Return Value

lSuccessA logical value that indicates whether the row height was set.
TRUEThe row height was set.
FALSEThe row height could not be set.
Data Type:Logic

Description

bBrowser:SetRowHeight() sets the height of a row. If the row height could be set, the method bBrowser:RowResize() is invoked.

 

Important note!
The row height can be set only if the variable row height (see bBrowser:EnableRowHeightVariable()) is enabled.

See Also

bBrowser:CalculateRowHeight()

bBrowser:EnableRowHeightVariable()

bBrowser:GetRowHeight()

bBrowser:IsRowHeightVariable()

bBrowser:RowResize()

 


Page url: http://www.YOURSERVER.com/index.html?bbrowser_setrowheight.htm