Navigation:  Classes > bBrowser >

bBrowser:SelectionFirstColumn()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determined the number of the first selected column in the active selected row.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:SelectionFirstColumn() Æ iColumn

Return Value

iColumnThe number of the first selected column. If no column is selected, the value 0 is returned. The column number refers to the list of the opened columns (see also bBrowser:ColumnOpenList).
Data type:Integer

Description

bBrowser:SelectionFirstColumn() can be used only in combination with the methods

bBrowser:SelectionFirstRow() and
bBrowser:SelectionNextRow()

determined for the selected row the first selected column.

 

By calling the method bBrowser:SelectionNextColumn() afterwards the next selected column in the selected row can be determined.

 

Important note!
The method bBrowser:SelectionFirstRow() or bBrowser:SelectionNextRow() must be invoked before invoking the method bBrowser:SelectionFirstColumn().

Samples

See bBrowser:SelectionNextColumn()

See Also

bBrowser:SelectionCellCount

bBrowser:SelectionFirstRow()

bBrowser:SelectionMode

bBrowser:SelectionNextColumn()

bBrowser:SelectionNextRow()

bBrowser:SelectionRemove()

bBrowser:SelectionRowCount

bBrowser:SelectionSet()

 


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