Navigation:  Classes > bBrowser >

bBrowser:GetColumnBandNo()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the number of the column band for a column.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetColumnBandNo(<uColumn>) Æ iBandNo

Arguments

<uColumn>The column for which the number of the column band is to be determined.
Data Type:Integer | bBrowserColumn

Return Value

iBandNoThe determined number of the column band. If no column band number could be determined, then the value 0 returns.
Data Type:Integer

Description

bBrowser:GetColumnBandNo() determines the number of the column band for a column and returns this number.

 

Important notes!

The column must be in the visible area of the bBrowser otherwise the number of the column band cannot be determined. Whether a column is in the visible area can be determined with the method bBrowser:IsColumnVisible().

See Also

bBrowser:AdjustColumnBands()

bBrowser:IsColumnVisible()

 


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