Navigation:  Classes > bBrowser >

bBrowser:CalculateWidthOfColumnArea()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Calculates the width of a column area.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:CalculateWidthOfColumnArea(

<iColumnFrom>,

<iColumnTo>

) Æ iWidth

Arguments

<iColumnFrom>The number of the left column of the column area to be calculated. The number refers to the list of opened columns (see also bBrowser:ColumnOpenList).
Data type:Integer

 

<iColumnTo>The number of the right column of the column area to be calculated. The number refers to the list of opened columns (see also bBrowser:ColumnOpenList).
Data type:Integer

Return Value

iWidthThe calculated width in pixels.
Data type:Integer

Description

This method calculates the width in pixels for a column area. The column area is specified by the left and right column. During the calculation the column border, the properties of group columns are also taken into account.

See Also

bBrowserColumn:GroupColumn

bBrowserColumn:Width

bGroupColumn

 


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