Navigation:  Classes > bGroupColumn >

bGroupColumn:GetColumnNo()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns the position of a column inside the group column.

Class

bGroupColumn

Type

Method

Syntax

<oGroupColumn>:GetColumnNo(<uColumn>) Æ iColumn

Arguments

<uColumn>The column for which the position is to be returned. The column can be specified either by the name (string or symbol) or the column object. The column must be contained in the column list of the group column.
Data Type:String | Symbol | bBrowserColumn

Return Value

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

Description

bGroupColumn:GetColumnNo() search a column in the list of columns and returns these position.

See Also

bGroupColumn:AddColumn()

bGroupColumn:ColumnList

bGroupColumn:GetOpenColumn()

 


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