Navigation:  Classes > bBrowser >

bBrowser:GetOpenColumnNo()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns the position of a column inside the list of the opened columns.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetOpenColumnNo(<oColumn> | <cColumn> | <symColumn>) Æ iColumn

Arguments

<oColumn>The column object for which the position is to be returned.
Data Type:bDataColumn

 

<cColumn>The name (as string) of the column for which the position is to be returned.
Data Type:String

 

<symColumn>The name (as symbol) of the column for which the position is to be returned.
Data Type:Symbol

Return Value

iColumnThe determined position of the column. If no column were found, the value 0 returns.
Data Type:Integer

Description

bBrowser:GetOpenColumnNo() search a column in the list of the opened columns and returns the position of the requested column.

See Also

bBrowser:ColumnOpenList

bBrowser:GetColumnNo()

bBrowser:GetOpenColumn()

 


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