Navigation:  Classes > bGroupColumn >

bGroupColumn:RemoveColumn()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Removes a column from the group column.

Class

bGroupColumn

Type

Method

Syntax

<oGroupColumn>:RemoveColumn(<uColumn>) Æ lSuccess

Arguments

<uColumn>The column that is to be removed. The column can be specified either by the position, 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 | Int | bBrowserColumn

Return Value

lSuccessA logical value that indicates whether the column could be removed.
TRUEThe column was removed.
FALSEThe column could not be removed.
Data Type:Logic

Description

bGroupColumn:RemoveColumn() removes a column from the group column. The column must have been added to the group before with the method bGroupColumn:AddColumn(). After the column was removed from the group, the bBrowser must be recalculated with the method bBrowser:Recalculate().

See Also

bBrowser:Recalculate()

bGroupColumn:AddColumn()

bGroupColumn:ColumnList

 


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