Navigation:  Classes > bGroupColumn >

bGroupColumn:GetOpenColumn()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns an open column within the group column.

Class

bGroupColumn

Type

Method

Syntax

<oGroupColumn>:GetOpenColumn(<uColumn>) Æ oColumn

Arguments

<uColumn>The column for which the open column object should to be returned. The column can be specified either by the position or by the name (string or symbol). The column must be contained in the column list of the group column. The following constants are supported:

 

Constants

Description

BDCGOCC_FIRSTOPEN

Determines the first open column.

BDCGOCC_LASTOPEN

Determines the last open column.

BDCGOCC_FIRSTVISIBLE

Determines the first visible column.

 

Data Type:String | Symbol | Integer

Return Value

oColumnThe determined column. If no column were found then the value NULL_OBJECT returns.
Data Type:bBrowserColumn

Description

bGroupColumn:GetColumnNo() search a column in the column list of the group column and returns the column object. At the search only columns which are opened in the bBrowser are taken into account.

See Also

bGroupColumn:AddColumn()

bGroupColumn:ColumnList

bGroupColumn:GetColumnList()

 


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