Navigation:  Classes > bBrowser >

bBrowser:GetColumnNo()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

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

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetColumnNo(<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:GetColumnNo() search a column in the list of the supported columns and returns these position.

See Also

bBrowser:ColumnList

bBrowser:GetColumn()

bBrowser:GetOpenColumnNo()

 


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