Navigation:  Classes > bGroupColumn >

bGroupColumn:MoveColumn()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Move a column inside the group column.

Class

bGroupColumn

Type

Method

Syntax

<oGroupColumn>:MoveColumn(

<uColumn>,

<iPosition>

) Æ lSuccess

Arguments

<uColumn>The column that is to be moved inside the group column. 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

 

<iPosition>The position to which the column should to be moved. If the value 0 is passed then the column is moved to the end.
Data type:Integer

Return Value

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

Description

bGroupColumn:MoveColumn() moves a column inside the group column. The method is called from bBrowser if a column was moved with the mouse inside a group column (see also bBrowser:MoveColumn()).

See Also

bBrowser:MoveColumn()

bGroupColumn:ColumnList

 


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